#574B06

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

Shades of Bronze Olive #574B06

Tints of Bronze Olive #574B06

Color information

#574B06 (or 0x574B06) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 06. RGB value is (87,75,6). Sum of RGB (Red+Green+Blue) = 87+75+6=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #574B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B06 is #A8B4F9. Grayscale: #474747. Windows color (decimal): -11056378 or 412503. OLE color: 412503.

HSL color Cylindrical-coordinate representation of color #574B06: hue angle of 51.11º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #574B06 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB87756-
CMYK00.140.930.66
HSL51.11º87.1%18.24%-
HSV(B)51.11º93.1%34.12%-
XYZ6.487.071.2-
YUV70.7291.48139.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=51.79%
G=44.64%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8775600.140.930.6651.1187.118.24
Hex574B60E5D42335712
Octal12711360161351026312722
Binary101011110010111100111010111011000010110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B06; }

 p { color: rgb(87,75,6); }

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

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

 a { background-color: rgb(87,75,6); }

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

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

 span { border-color: rgb(87,75,6); }

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