#574F26

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

Shades of Bronze Olive #574F26

Tints of Bronze Olive #574F26

Color information

#574F26 (or 0x574F26) is unknown color: approx Bronze Olive. HEX triplet: 57, 4F and 26. RGB value is (87,79,38). Sum of RGB (Red+Green+Blue) = 87+79+38=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #574F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F26 is #A8B0D9. Grayscale: #4C4C4C. Windows color (decimal): -11055322 or 2510679. OLE color: 2510679.

HSL color Cylindrical-coordinate representation of color #574F26: hue angle of 50.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #574F26 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB877938-
CMYK00.090.560.66
HSL50.2º39.2%24.51%-
HSV(B)50.2º56.32%34.12%-
XYZ7.087.762.96-
YUV76.72106.15135.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=42.65%
G=38.73%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87793800.090.560.6650.239.224.51
Hex574F26093842322719
Octal1271174601170102624731
Binary1010111100111110011001001111000100001011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,38); }

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

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

 a { background-color: rgb(87,79,38); }

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

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

 span { border-color: rgb(87,79,38); }

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