#51470C

Color #51470C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #51470C

Tints of Bronze Olive #51470C

Color information

#51470C (or 0x51470C) is unknown color: approx Bronze Olive. HEX triplet: 51, 47 and 0C. RGB value is (81,71,12). Sum of RGB (Red+Green+Blue) = 81+71+12=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #51470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51470C is #AEB8F3. Grayscale: #434343. Windows color (decimal): -11450612 or 804689. OLE color: 804689.

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

Color convert

RGB817112-
CMYK00.120.850.68
HSL51.3º74.19%18.24%-
HSV(B)51.3º85.19%31.76%-
XYZ5.716.281.26-
YUV67.2696.81137.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=49.39%
G=43.29%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81711200.120.850.6851.374.1918.24
Hex5147C0C5544334a12
Octal121107140141251046311222
Binary1010001100011111000110010101011000100110011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51470C;
 }
 .AnyTagClassName
 {
   color: #51470C;
 }
</style>
background-color css

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

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

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

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

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

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