Html Css Color HEX #57611B Saratoga

📋 copy color: '#57611B'

red 87 ◦ green 97 ◦ blue 27

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

Shades of Saratoga #57611B

Tints of Saratoga #57611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

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

R = 41.23%
G = 45.97%
B = 12.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#57611B (or 0x57611B) is known color: Saratoga. HEX triplet: 57, 61 and 1B. RGB value is (87,97,27). Sum of RGB (Red+Green+Blue) = 87+97+27=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #57611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57611B is #A89EE4. Grayscale: #565656. Windows color (decimal): -11050725 or 1794391. OLE color: 1794391.

HSL color Cylindrical-coordinate representation of color #57611B: hue angle of 68.57º 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 #57611B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 27 -
CMYK 0.10 0 0.72 0.62
HSL 68.57º 0.56% 0.24% -
HSV(B) 68.57º 0.72% 0.38% -
XYZ 8.4 10.65 2.65 -
YUV 86.03 94.69 128.69 -
System Red Green Blue C M Y K H S L
Decimal 87 97 27 0.10 0 0.72 0.62 68.57 0.56 0.24
Hex 57 61 1B A 0 48 3E 45 38 18
Octal 127 141 33 12 0 110 76 105 70 30
Binary 1010111 1100001 11011 1010 0 1001000 111110 1000101 111000 11000

Color Harmonies of #57611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57611B

Black with #57611B

Text Example


Text Example

White with #57611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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