#574508

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

Shades of Bronze Olive #574508

Tints of Bronze Olive #574508

Color information

#574508 (or 0x574508) is unknown color: approx Bronze Olive. HEX triplet: 57, 45 and 08. RGB value is (87,69,8). Sum of RGB (Red+Green+Blue) = 87+69+8=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #574508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574508 is #A8BAF7. Grayscale: #434343. Windows color (decimal): -11057912 or 542039. OLE color: 542039.

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

Color convert

RGB87698-
CMYK00.210.910.66
HSL46.33º83.16%18.63%-
HSV(B)46.33º90.8%34.12%-
XYZ6.16.31.12-
YUV67.4394.46141.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 8 (3.52% from 255) = 4.88%
R=53.05%
G=42.07%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8769800.210.910.6646.3383.1618.63
Hex574580155B422e5313
Octal127105100251331025612323
Binary10101111000101100001010110110111000010101110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574508; }

 p { color: rgb(87,69,8); }

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

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

 a { background-color: rgb(87,69,8); }

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

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

 span { border-color: rgb(87,69,8); }

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