#52470D

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

Shades of Bronze Olive #52470D

Tints of Bronze Olive #52470D

Color information

#52470D (or 0x52470D) is unknown color: approx Bronze Olive. HEX triplet: 52, 47 and 0D. RGB value is (82,71,13). Sum of RGB (Red+Green+Blue) = 82+71+13=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52470D is #ADB8F2. Grayscale: #434343. Windows color (decimal): -11385075 or 870226. OLE color: 870226.

HSL color Cylindrical-coordinate representation of color #52470D: hue angle of 50.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52470D is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB827113-
CMYK00.130.840.68
HSL50.43º72.63%18.63%-
HSV(B)50.43º84.15%32.16%-
XYZ5.816.331.3-
YUV67.6897.14138.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.40%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=49.40%
G=42.77%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82711300.130.840.6850.4372.6318.63
Hex5247D0D5444324913
Octal122107150151241046211123
Binary1010010100011111010110110101001000100110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52470D; }

 p { color: rgb(82,71,13); }

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

<style>
 a { background-color: #52470D; }

 a { background-color: rgb(82,71,13); }

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

<style>
 span { border-color: #52470D; }

 span { border-color: rgb(82,71,13); }

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