#52490C

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

Shades of Bronze Olive #52490C

Tints of Bronze Olive #52490C

Color information

#52490C (or 0x52490C) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 0C. RGB value is (82,73,12). Sum of RGB (Red+Green+Blue) = 82+73+12=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52490C is #ADB6F3. Grayscale: #444444. Windows color (decimal): -11384564 or 805202. OLE color: 805202.

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

Color convert

RGB827312-
CMYK00.110.850.68
HSL52.29º74.47%18.43%-
HSV(B)52.29º85.37%32.16%-
XYZ5.936.591.31-
YUV68.7495.98137.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=49.10%
G=43.71%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82731200.110.850.6852.2974.4718.43
Hex5249C0B5544344a12
Octal122111140131251046411222
Binary1010010100100111000101110101011000100110100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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