#575226

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

Shades of Bronze Olive #575226

Tints of Bronze Olive #575226

Color information

#575226 (or 0x575226) is unknown color: approx Bronze Olive. HEX triplet: 57, 52 and 26. RGB value is (87,82,38). Sum of RGB (Red+Green+Blue) = 87+82+38=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #575226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575226 is #A8ADD9. Grayscale: #4E4E4E. Windows color (decimal): -11054554 or 2511447. OLE color: 2511447.

HSL color Cylindrical-coordinate representation of color #575226: hue angle of 53.88º 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 #575226 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB878238-
CMYK00.060.560.66
HSL53.88º39.2%24.51%-
HSV(B)53.88º56.32%34.12%-
XYZ7.38.23.03-
YUV78.48105.16134.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 38 (15.23% from 255) = 18.36%
R=42.03%
G=39.61%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87823800.060.560.6653.8839.224.51
Hex575226063842362719
Octal127122460670102664731
Binary101011110100101001100110111000100001011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575226; }

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

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

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

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

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

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

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

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