#575418

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

Shades of Bronze Olive #575418

Tints of Bronze Olive #575418

Color information

#575418 (or 0x575418) is unknown color: approx Bronze Olive. HEX triplet: 57, 54 and 18. RGB value is (87,84,24). Sum of RGB (Red+Green+Blue) = 87+84+24=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #575418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575418 is #A8ABE7. Grayscale: #4E4E4E. Windows color (decimal): -11054056 or 1594455. OLE color: 1594455.

HSL color Cylindrical-coordinate representation of color #575418: hue angle of 57.14º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #575418 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB878424-
CMYK00.030.720.66
HSL57.14º56.76%21.76%-
HSV(B)57.14º72.41%34.12%-
XYZ7.278.432.11-
YUV78.0697.49134.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=44.62%
G=43.08%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87842400.030.720.6657.1456.7621.76
Hex575418034842393916
Octal1271243003110102717126
Binary10101111010100110000111001000100001011100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575418; }

 p { color: rgb(87,84,24); }

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

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

 a { background-color: rgb(87,84,24); }

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

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

 span { border-color: rgb(87,84,24); }

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