Html Css Color HEX #575019 Bronze Olive

📋 copy color: '#575019'

red 87 ◦ green 80 ◦ blue 25

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

Shades of Bronze Olive #575019

Tints of Bronze Olive #575019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 45.31%
G = 41.67%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#575019 (or 0x575019) is known color: Bronze Olive. HEX triplet: 57, 50 and 19. RGB value is (87,80,25). Sum of RGB (Red+Green+Blue) = 87+80+25=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #575019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575019 is #A8AFE6. Grayscale: #4C4C4C. Windows color (decimal): -11055079 or 1658967. OLE color: 1658967.

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

Color convert

RGB 87 80 25 -
CMYK 0 0.08 0.71 0.66
HSL 53.23º 0.55% 0.22% -
HSV(B) 53.23º 0.71% 0.34% -
XYZ 6.97 7.83 2.06 -
YUV 75.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 87 80 25 0 0.08 0.71 0.66 53.23 0.55 0.22
Hex 57 50 19 0 8 47 42 35 37 16
Octal 127 120 31 0 10 107 102 65 67 26
Binary 1010111 1010000 11001 0 1000 1000111 1000010 110101 110111 10110

Color Harmonies of #575019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575019

Black with #575019

Text Example


Text Example

White with #575019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575019; }

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

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

background-color css

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

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

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

border-color css

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

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

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