#574B04

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

Shades of Bronze Olive #574B04

Tints of Bronze Olive #574B04

Color information

#574B04 (or 0x574B04) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 04. RGB value is (87,75,4). Sum of RGB (Red+Green+Blue) = 87+75+4=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #574B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B04 is #A8B4FB. Grayscale: #464646. Windows color (decimal): -11056380 or 281431. OLE color: 281431.

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

Color convert

RGB87754-
CMYK00.140.950.66
HSL51.33º91.21%17.84%-
HSV(B)51.33º95.4%34.12%-
XYZ6.477.071.14-
YUV70.4990.48139.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=52.41%
G=45.18%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8775400.140.950.6651.3391.2117.84
Hex574B40E5F42335b12
Octal12711340161371026313322
Binary101011110010111000111010111111000010110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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