Html Css Color HEX #57601B Saratoga

📋 copy color: '#57601B'

red 87 ◦ green 96 ◦ blue 27

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

Shades of Saratoga #57601B

Tints of Saratoga #57601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 41.43%
G = 45.71%
B = 12.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#57601B (or 0x57601B) is known color: Saratoga. HEX triplet: 57, 60 and 1B. RGB value is (87,96,27). Sum of RGB (Red+Green+Blue) = 87+96+27=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #57601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57601B is #A89FE4. Grayscale: #555555. Windows color (decimal): -11050981 or 1794135. OLE color: 1794135.

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

Color convert

RGB 87 96 27 -
CMYK 0.09 0 0.72 0.62
HSL 67.83º 0.56% 0.24% -
HSV(B) 67.83º 0.72% 0.38% -
XYZ 8.31 10.47 2.62 -
YUV 85.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 87 96 27 0.09 0 0.72 0.62 67.83 0.56 0.24
Hex 57 60 1B 9 0 48 3E 44 38 18
Octal 127 140 33 11 0 110 76 104 70 30
Binary 1010111 1100000 11011 1001 0 1001000 111110 1000100 111000 11000

Color Harmonies of #57601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57601B

Black with #57601B

Text Example


Text Example

White with #57601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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