Html Css Color HEX #55631C Saratoga

📋 copy color: '#55631C'

red 85 ◦ green 99 ◦ blue 28

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

Shades of Saratoga #55631C

Tints of Saratoga #55631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.7%

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

R = 40.09%
G = 46.7%
B = 13.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#55631C (or 0x55631C) is known color: Saratoga. HEX triplet: 55, 63 and 1C. RGB value is (85,99,28). Sum of RGB (Red+Green+Blue) = 85+99+28=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #55631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55631C is #AA9CE3. Grayscale: #565656. Windows color (decimal): -11181284 or 1860437. OLE color: 1860437.

HSL color Cylindrical-coordinate representation of color #55631C: hue angle of 71.83º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55631C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 28 -
CMYK 0.14 0 0.72 0.61
HSL 71.83º 0.56% 0.25% -
HSV(B) 71.83º 0.72% 0.39% -
XYZ 8.42 10.94 2.77 -
YUV 86.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 85 99 28 0.14 0 0.72 0.61 71.83 0.56 0.25
Hex 55 63 1C E 0 48 3D 48 38 19
Octal 125 143 34 16 0 110 75 110 70 31
Binary 1010101 1100011 11100 1110 0 1001000 111101 1001000 111000 11001

Color Harmonies of #55631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55631C

Black with #55631C

Text Example


Text Example

White with #55631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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