#574B23

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

Shades of Bronze Olive #574B23

Tints of Bronze Olive #574B23

Color information

#574B23 (or 0x574B23) is unknown color: approx Bronze Olive. HEX triplet: 57, 4B and 23. RGB value is (87,75,35). Sum of RGB (Red+Green+Blue) = 87+75+35=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #574B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B23 is #A8B4DC. Grayscale: #4A4A4A. Windows color (decimal): -11056349 or 2313047. OLE color: 2313047.

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

Color convert

RGB877535-
CMYK00.140.600.66
HSL46.15º42.62%23.92%-
HSV(B)46.15º59.77%34.12%-
XYZ6.757.182.62-
YUV74.03105.98137.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=44.16%
G=38.07%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87753500.140.600.6646.1542.6223.92
Hex574B230E3C422e2b18
Octal1271134301674102565330
Binary1010111100101110001101110111100100001010111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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