#574A23

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

Shades of Bronze Olive #574A23

Tints of Bronze Olive #574A23

Color information

#574A23 (or 0x574A23) is unknown color: approx Bronze Olive. HEX triplet: 57, 4A and 23. RGB value is (87,74,35). Sum of RGB (Red+Green+Blue) = 87+74+35=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #574A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A23 is #A8B5DC. Grayscale: #494949. Windows color (decimal): -11056605 or 2312791. OLE color: 2312791.

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

Color convert

RGB877435-
CMYK00.150.600.66
HSL45º42.62%23.92%-
HSV(B)45º59.77%34.12%-
XYZ6.687.052.6-
YUV73.44106.31137.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=44.39%
G=37.76%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87743500.150.600.664542.6223.92
Hex574A230F3C422d2b18
Octal1271124301774102555330
Binary1010111100101010001101111111100100001010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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