Html Css Color HEX #575A1E Saratoga

📋 copy color: '#575A1E'

red 87 ◦ green 90 ◦ blue 30

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

Shades of Saratoga #575A1E

Tints of Saratoga #575A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 42.03%
G = 43.48%
B = 14.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#575A1E (or 0x575A1E) is known color: Saratoga. HEX triplet: 57, 5A and 1E. RGB value is (87,90,30). Sum of RGB (Red+Green+Blue) = 87+90+30=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #575A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575A1E is #A8A5E1. Grayscale: #525252. Windows color (decimal): -11052514 or 1989207. OLE color: 1989207.

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

Color convert

RGB 87 90 30 -
CMYK 0.03 0 0.67 0.65
HSL 63º 0.5% 0.24% -
HSV(B) 63º 0.67% 0.35% -
XYZ 7.82 9.43 2.64 -
YUV 82.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 87 90 30 0.03 0 0.67 0.65 63 0.5 0.24
Hex 57 5A 1E 3 0 43 41 3F 32 18
Octal 127 132 36 3 0 103 101 77 62 30
Binary 1010111 1011010 11110 11 0 1000011 1000001 111111 110010 11000

Color Harmonies of #575A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A1E

Black with #575A1E

Text Example


Text Example

White with #575A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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