#51490C

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

Shades of Bronze Olive #51490C

Tints of Bronze Olive #51490C

Color information

#51490C (or 0x51490C) is unknown color: approx Bronze Olive. HEX triplet: 51, 49 and 0C. RGB value is (81,73,12). Sum of RGB (Red+Green+Blue) = 81+73+12=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #51490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51490C is #AEB6F3. Grayscale: #444444. Windows color (decimal): -11450100 or 805201. OLE color: 805201.

HSL color Cylindrical-coordinate representation of color #51490C: hue angle of 53.04º 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 #51490C is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB817312-
CMYK00.100.850.68
HSL53.04º74.19%18.24%-
HSV(B)53.04º85.19%31.76%-
XYZ5.846.541.3-
YUV68.4496.15136.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 12 (5.08% from 255) = 7.23%
R=48.80%
G=43.98%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81731200.100.850.6853.0474.1918.24
Hex5149C0A5544354a12
Octal121111140121251046511222
Binary1010001100100111000101010101011000100110101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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