Html Css Color HEX #55611C Saratoga

📋 copy color: '#55611C'

red 85 ◦ green 97 ◦ blue 28

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

Shades of Saratoga #55611C

Tints of Saratoga #55611C

RGB

 RED value IS 85 (33.59% from 255) = 40.48%

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

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 40.48%
G = 46.19%
B = 13.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#55611C (or 0x55611C) is known color: Saratoga. HEX triplet: 55, 61 and 1C. RGB value is (85,97,28). Sum of RGB (Red+Green+Blue) = 85+97+28=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #55611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55611C is #AA9EE3. Grayscale: #555555. Windows color (decimal): -11181796 or 1859925. OLE color: 1859925.

HSL color Cylindrical-coordinate representation of color #55611C: hue angle of 70.43º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55611C is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 28 -
CMYK 0.12 0 0.71 0.62
HSL 70.43º 0.55% 0.25% -
HSV(B) 70.43º 0.71% 0.38% -
XYZ 8.23 10.56 2.7 -
YUV 85.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 85 97 28 0.12 0 0.71 0.62 70.43 0.55 0.25
Hex 55 61 1C C 0 47 3E 46 37 19
Octal 125 141 34 14 0 107 76 106 67 31
Binary 1010101 1100001 11100 1100 0 1000111 111110 1000110 110111 11001

Color Harmonies of #55611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55611C

Black with #55611C

Text Example


Text Example

White with #55611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55611C; }

 p { color: rgb(85,97,28); }

 H1.HeaderClassName
 {
   color: #55611C;
 }
 .AnyTagClassName
 {
   color: #55611C;
 }
</style>

background-color css

<style>
 a { background-color: #55611C; }

 a { background-color: rgb(85,97,28); }

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

border-color css

<style>
 span { border-color: #55611C; }

 span { border-color: rgb(85,97,28); }

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