#574C0B

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

Shades of Bronze Olive #574C0B

Tints of Bronze Olive #574C0B

Color information

#574C0B (or 0x574C0B) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 0B. RGB value is (87,76,11). Sum of RGB (Red+Green+Blue) = 87+76+11=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #574C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C0B is #A8B3F4. Grayscale: #484848. Windows color (decimal): -11056117 or 740439. OLE color: 740439.

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

Color convert

RGB877611-
CMYK00.130.870.66
HSL51.32º77.55%19.22%-
HSV(B)51.32º87.36%34.12%-
XYZ6.587.221.36-
YUV71.8893.64138.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 43.68%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=50%
G=43.68%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87761100.130.870.6651.3277.5519.22
Hex574CB0D5742334e13
Octal127114130151271026311623
Binary1010111100110010110110110101111000010110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,11); }

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

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

 a { background-color: rgb(87,76,11); }

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

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

 span { border-color: rgb(87,76,11); }

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