#574D23

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

Shades of Bronze Olive #574D23

Tints of Bronze Olive #574D23

Color information

#574D23 (or 0x574D23) is unknown color: approx Bronze Olive. HEX triplet: 57, 4D and 23. RGB value is (87,77,35). Sum of RGB (Red+Green+Blue) = 87+77+35=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #574D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D23 is #A8B2DC. Grayscale: #4B4B4B. Windows color (decimal): -11055837 or 2313559. OLE color: 2313559.

HSL color Cylindrical-coordinate representation of color #574D23: hue angle of 48.46º 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 #574D23 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB877735-
CMYK00.110.600.66
HSL48.46º42.62%23.92%-
HSV(B)48.46º59.77%34.12%-
XYZ6.897.462.67-
YUV75.2105.31136.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 35 (14.06% from 255) = 17.59%
R=43.72%
G=38.69%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87773500.110.600.6648.4642.6223.92
Hex574D230B3C42302b18
Octal1271154301374102605330
Binary1010111100110110001101011111100100001011000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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