Html Css Color HEX #57601E Saratoga

📋 copy color: '#57601E'

red 87 ◦ green 96 ◦ blue 30

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

Shades of Saratoga #57601E

Tints of Saratoga #57601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 40.85%
G = 45.07%
B = 14.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#57601E (or 0x57601E) is known color: Saratoga. HEX triplet: 57, 60 and 1E. RGB value is (87,96,30). Sum of RGB (Red+Green+Blue) = 87+96+30=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #57601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57601E is #A89FE1. Grayscale: #565656. Windows color (decimal): -11050978 or 1990743. OLE color: 1990743.

HSL color Cylindrical-coordinate representation of color #57601E: hue angle of 68.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57601E is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 96 30 -
CMYK 0.09 0 0.69 0.62
HSL 68.18º 0.52% 0.25% -
HSV(B) 68.18º 0.69% 0.38% -
XYZ 8.35 10.49 2.81 -
YUV 85.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 87 96 30 0.09 0 0.69 0.62 68.18 0.52 0.25
Hex 57 60 1E 9 0 45 3E 44 34 19
Octal 127 140 36 11 0 105 76 104 64 31
Binary 1010111 1100000 11110 1001 0 1000101 111110 1000100 110100 11001

Color Harmonies of #57601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57601E

Black with #57601E

Text Example


Text Example

White with #57601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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