Html Css Color HEX #575A1F Saratoga

📋 copy color: '#575A1F'

red 87 ◦ green 90 ◦ blue 31

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

Shades of Saratoga #575A1F

Tints of Saratoga #575A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.27%

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 41.83%
G = 43.27%
B = 14.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#575A1F (or 0x575A1F) is known color: Saratoga. HEX triplet: 57, 5A and 1F. RGB value is (87,90,31). Sum of RGB (Red+Green+Blue) = 87+90+31=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #575A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A1F is #A8A5E0. Grayscale: #525252. Windows color (decimal): -11052513 or 2054743. OLE color: 2054743.

HSL color Cylindrical-coordinate representation of color #575A1F: hue angle of 63.05º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #575A1F is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 90 31 -
CMYK 0.03 0 0.66 0.65
HSL 63.05º 0.49% 0.24% -
HSV(B) 63.05º 0.66% 0.35% -
XYZ 7.83 9.44 2.71 -
YUV 82.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 87 90 31 0.03 0 0.66 0.65 63.05 0.49 0.24
Hex 57 5A 1F 3 0 42 41 3F 31 18
Octal 127 132 37 3 0 102 101 77 61 30
Binary 1010111 1011010 11111 11 0 1000010 1000001 111111 110001 11000

Color Harmonies of #575A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A1F

Black with #575A1F

Text Example


Text Example

White with #575A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575A1F; }

 p { color: rgb(87,90,31); }

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

background-color css

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

 a { background-color: rgb(87,90,31); }

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

border-color css

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

 span { border-color: rgb(87,90,31); }

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