#574C23

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

Shades of Bronze Olive #574C23

Tints of Bronze Olive #574C23

Color information

#574C23 (or 0x574C23) is unknown color: approx Bronze Olive. HEX triplet: 57, 4C and 23. RGB value is (87,76,35). Sum of RGB (Red+Green+Blue) = 87+76+35=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C23 is #A8B3DC. Grayscale: #4A4A4A. Windows color (decimal): -11056093 or 2313303. OLE color: 2313303.

HSL color Cylindrical-coordinate representation of color #574C23: hue angle of 47.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574C23 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB877635-
CMYK00.130.600.66
HSL47.31º42.62%23.92%-
HSV(B)47.31º59.77%34.12%-
XYZ6.827.322.64-
YUV74.61105.64136.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 35 (14.06% from 255) = 17.68%
R=43.94%
G=38.38%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87763500.130.600.6647.3142.6223.92
Hex574C230D3C422f2b18
Octal1271144301574102575330
Binary1010111100110010001101101111100100001010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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