#52491C

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

Shades of Bronze Olive #52491C

Tints of Bronze Olive #52491C

Color information

#52491C (or 0x52491C) is unknown color: approx Bronze Olive. HEX triplet: 52, 49 and 1C. RGB value is (82,73,28). Sum of RGB (Red+Green+Blue) = 82+73+28=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52491C is #ADB6E3. Grayscale: #464646. Windows color (decimal): -11384548 or 1853778. OLE color: 1853778.

HSL color Cylindrical-coordinate representation of color #52491C: hue angle of 50º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52491C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB827328-
CMYK00.110.660.68
HSL50º49.09%21.57%-
HSV(B)50º65.85%32.16%-
XYZ6.076.642.06-
YUV70.56103.98136.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=44.81%
G=39.89%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82732800.110.660.685049.0921.57
Hex52491C0B4244323116
Octal12211134013102104626126
Binary1010010100100111100010111000010100010011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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