#574C0A

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

Shades of Bronze Olive #574C0A

Tints of Bronze Olive #574C0A

Color information

#574C0A (or 0x574C0A) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 0A. RGB value is (87,76,10). Sum of RGB (Red+Green+Blue) = 87+76+10=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #574C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C0A is #A8B3F5. Grayscale: #484848. Windows color (decimal): -11056118 or 674903. OLE color: 674903.

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

Color convert

RGB877610-
CMYK00.130.890.66
HSL51.43º79.38%19.02%-
HSV(B)51.43º88.51%34.12%-
XYZ6.577.221.33-
YUV71.7693.14138.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 76 (30.08% from 255) = 43.93%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=50.29%
G=43.93%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87761000.130.890.6651.4379.3819.02
Hex574CA0D5942334f13
Octal127114120151311026311723
Binary1010111100110010100110110110011000010110011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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