Html Css Color HEX #575319 Bronze Olive

📋 copy color: '#575319'

red 87 ◦ green 83 ◦ blue 25

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

Shades of Bronze Olive #575319

Tints of Bronze Olive #575319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

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

R = 44.62%
G = 42.56%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#575319 (or 0x575319) is known color: Bronze Olive. HEX triplet: 57, 53 and 19. RGB value is (87,83,25). Sum of RGB (Red+Green+Blue) = 87+83+25=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #575319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575319 is #A8ACE6. Grayscale: #4D4D4D. Windows color (decimal): -11054311 or 1659735. OLE color: 1659735.

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

Color convert

RGB 87 83 25 -
CMYK 0 0.05 0.71 0.66
HSL 56.13º 0.55% 0.22% -
HSV(B) 56.13º 0.71% 0.34% -
XYZ 7.2 8.28 2.14 -
YUV 77.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 87 83 25 0 0.05 0.71 0.66 56.13 0.55 0.22
Hex 57 53 19 0 5 47 42 38 37 16
Octal 127 123 31 0 5 107 102 70 67 26
Binary 1010111 1010011 11001 0 101 1000111 1000010 111000 110111 10110

Color Harmonies of #575319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575319

Black with #575319

Text Example


Text Example

White with #575319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575319; }

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

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

background-color css

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

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

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

border-color css

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

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

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