Html Css Color HEX #575219 Bronze Olive

📋 copy color: '#575219'

red 87 ◦ green 82 ◦ blue 25

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

Shades of Bronze Olive #575219

Tints of Bronze Olive #575219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.27%

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

R = 44.85%
G = 42.27%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#575219 (or 0x575219) is known color: Bronze Olive. HEX triplet: 57, 52 and 19. RGB value is (87,82,25). Sum of RGB (Red+Green+Blue) = 87+82+25=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #575219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575219 is #A8ADE6. Grayscale: #4D4D4D. Windows color (decimal): -11054567 or 1659479. OLE color: 1659479.

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

Color convert

RGB 87 82 25 -
CMYK 0 0.06 0.71 0.66
HSL 55.16º 0.55% 0.22% -
HSV(B) 55.16º 0.71% 0.34% -
XYZ 7.12 8.13 2.11 -
YUV 77 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 87 82 25 0 0.06 0.71 0.66 55.16 0.55 0.22
Hex 57 52 19 0 6 47 42 37 37 16
Octal 127 122 31 0 6 107 102 67 67 26
Binary 1010111 1010010 11001 0 110 1000111 1000010 110111 110111 10110

Color Harmonies of #575219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575219

Black with #575219

Text Example


Text Example

White with #575219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575219; }

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

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

background-color css

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

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

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

border-color css

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

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

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