#574212

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

Shades of Bronze Olive #574212

Tints of Bronze Olive #574212

Color information

#574212 (or 0x574212) is unknown color: approx Bronze Olive. HEX triplet: 57, 42 and 12. RGB value is (87,66,18). Sum of RGB (Red+Green+Blue) = 87+66+18=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574212 is #A8BDED. Grayscale: #434343. Windows color (decimal): -11058670 or 1196631. OLE color: 1196631.

HSL color Cylindrical-coordinate representation of color #574212: hue angle of 41.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #574212 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB876618-
CMYK00.240.790.66
HSL41.74º65.71%20.59%-
HSV(B)41.74º79.31%34.12%-
XYZ5.995.971.41-
YUV66.81100.46142.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=50.88%
G=38.60%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87661800.240.790.6641.7465.7120.59
Hex5742120184F422a4215
Octal127102220301171025210225
Binary101011110000101001001100010011111000010101010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574212; }

 p { color: rgb(87,66,18); }

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

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

 a { background-color: rgb(87,66,18); }

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

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

 span { border-color: rgb(87,66,18); }

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