Html Css Color HEX #55621C Saratoga

📋 copy color: '#55621C'

red 85 ◦ green 98 ◦ blue 28

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

Shades of Saratoga #55621C

Tints of Saratoga #55621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

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

R = 40.28%
G = 46.45%
B = 13.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#55621C (or 0x55621C) is known color: Saratoga. HEX triplet: 55, 62 and 1C. RGB value is (85,98,28). Sum of RGB (Red+Green+Blue) = 85+98+28=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #55621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55621C is #AA9DE3. Grayscale: #565656. Windows color (decimal): -11181540 or 1860181. OLE color: 1860181.

HSL color Cylindrical-coordinate representation of color #55621C: hue angle of 71.14º degrees, saturation: 0.56, 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 #55621C is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 28 -
CMYK 0.13 0 0.71 0.62
HSL 71.14º 0.56% 0.25% -
HSV(B) 71.14º 0.71% 0.38% -
XYZ 8.32 10.75 2.73 -
YUV 86.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 85 98 28 0.13 0 0.71 0.62 71.14 0.56 0.25
Hex 55 62 1C D 0 47 3E 47 38 19
Octal 125 142 34 15 0 107 76 107 70 31
Binary 1010101 1100010 11100 1101 0 1000111 111110 1000111 111000 11001

Color Harmonies of #55621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55621C

Black with #55621C

Text Example


Text Example

White with #55621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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