Html Css Color HEX #575119 Bronze Olive

📋 copy color: '#575119'

red 87 ◦ green 81 ◦ blue 25

#575119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #575119

Tints of Bronze Olive #575119

RGB

 RED value IS 87 (34.38% from 255) = 45.08%

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 45.08%
G = 41.97%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#575119 (or 0x575119) is known color: Bronze Olive. HEX triplet: 57, 51 and 19. RGB value is (87,81,25). Sum of RGB (Red+Green+Blue) = 87+81+25=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #575119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575119 is #A8AEE6. Grayscale: #4C4C4C. Windows color (decimal): -11054823 or 1659223. OLE color: 1659223.

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

Color convert

RGB 87 81 25 -
CMYK 0 0.07 0.71 0.66
HSL 54.19º 0.55% 0.22% -
HSV(B) 54.19º 0.71% 0.34% -
XYZ 7.05 7.98 2.09 -
YUV 76.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 87 81 25 0 0.07 0.71 0.66 54.19 0.55 0.22
Hex 57 51 19 0 7 47 42 36 37 16
Octal 127 121 31 0 7 107 102 66 67 26
Binary 1010111 1010001 11001 0 111 1000111 1000010 110110 110111 10110

Color Harmonies of #575119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575119

Black with #575119

Text Example


Text Example

White with #575119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575119; }

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

 H1.HeaderClassName
 {
   color: #575119;
 }
 .AnyTagClassName
 {
   color: #575119;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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