Html Css Color HEX #51470F Bronze Olive

📋 copy color: '#51470F'

red 81 ◦ green 71 ◦ blue 15

#51470F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #51470F

Tints of Bronze Olive #51470F

RGB

 RED value IS 81 (32.03% from 255) = 48.5%

 GREEN value IS 71 (28.13% from 255) = 42.51%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 48.5%
G = 42.51%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.68

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#51470F (or 0x51470F) is known color: Bronze Olive. HEX triplet: 51, 47 and 0F. RGB value is (81,71,15). Sum of RGB (Red+Green+Blue) = 81+71+15=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #51470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51470F is #AEB8F0. Grayscale: #434343. Windows color (decimal): -11450609 or 1001297. OLE color: 1001297.

HSL color Cylindrical-coordinate representation of color #51470F: hue angle of 50.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51470F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 15 -
CMYK 0 0.12 0.81 0.68
HSL 50.91º 0.69% 0.19% -
HSV(B) 50.91º 0.81% 0.32% -
XYZ 5.73 6.29 1.36 -
YUV 67.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 81 71 15 0 0.12 0.81 0.68 50.91 0.69 0.19
Hex 51 47 F 0 C 51 44 33 45 13
Octal 121 107 17 0 14 121 104 63 105 23
Binary 1010001 1000111 1111 0 1100 1010001 1000100 110011 1000101 10011

Color Harmonies of #51470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51470F

Black with #51470F

Text Example


Text Example

White with #51470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51470F; }

 p { color: rgb(81,71,15); }

 H1.HeaderClassName
 {
   color: #51470F;
 }
 .AnyTagClassName
 {
   color: #51470F;
 }
</style>

background-color css

<style>
 a { background-color: #51470F; }

 a { background-color: rgb(81,71,15); }

 div.DivClassName
 {
   background-color: #51470F;
 }
 .BgClassName
 {
   background-color: #51470F;
 }
</style>

border-color css

<style>
 span { border-color: #51470F; }

 span { border-color: rgb(81,71,15); }

 td.TdClassName
 {
   border-color: #51470F;
 }
 .TagClassName
 {
   border-color: #51470F;
 }
</style>