#575419

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

Shades of Bronze Olive #575419

Tints of Bronze Olive #575419

Color information

#575419 (or 0x575419) is unknown color: approx Bronze Olive. HEX triplet: 57, 54 and 19. RGB value is (87,84,25). Sum of RGB (Red+Green+Blue) = 87+84+25=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #575419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575419 is #A8ABE6. Grayscale: #4E4E4E. Windows color (decimal): -11054055 or 1659991. OLE color: 1659991.

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

Color convert

RGB878425-
CMYK00.030.710.66
HSL57.1º55.36%21.96%-
HSV(B)57.1º71.26%34.12%-
XYZ7.288.442.16-
YUV78.1797.99134.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=44.39%
G=42.86%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87842500.030.710.6657.155.3621.96
Hex575419034742393716
Octal1271243103107102716726
Binary10101111010100110010111000111100001011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575419; }

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

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

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

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

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

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

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

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