#574B10

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

Shades of Bronze Olive #574B10

Tints of Bronze Olive #574B10

Color information

#574B10 (or 0x574B10) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 10. RGB value is (87,75,16). Sum of RGB (Red+Green+Blue) = 87+75+16=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #574B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574B10 is #A8B4EF. Grayscale: #484848. Windows color (decimal): -11056368 or 1067863. OLE color: 1067863.

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

Color convert

RGB877516-
CMYK00.140.820.66
HSL49.86º68.93%20.2%-
HSV(B)49.86º81.61%34.12%-
XYZ6.547.11.52-
YUV71.8696.48138.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=48.88%
G=42.13%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87751600.140.820.6649.8668.9320.2
Hex574B100E5242324514
Octal127113200161221026210524
Binary10101111001011100000111010100101000010110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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