#574205

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

Shades of Bronze Olive #574205

Tints of Bronze Olive #574205

Color information

#574205 (or 0x574205) is unknown color: approx Bronze Olive. HEX triplet: 57, 42 and 05. RGB value is (87,66,5). Sum of RGB (Red+Green+Blue) = 87+66+5=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #574205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574205 is #A8BDFA. Grayscale: #414141. Windows color (decimal): -11058683 or 344663. OLE color: 344663.

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

Color convert

RGB87665-
CMYK00.240.940.66
HSL44.63º89.13%18.04%-
HSV(B)44.63º94.25%34.12%-
XYZ5.915.930.98-
YUV65.3293.96143.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.06%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=55.06%
G=41.77%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8766500.240.940.6644.6389.1318.04
Hex574250185E422d5912
Octal12710250301361025513122
Binary1010111100001010101100010111101000010101101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574205; }

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

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

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

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

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

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

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

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