Html Css Color HEX #555E2C Saratoga

📋 copy color: '#555E2C'

red 85 ◦ green 94 ◦ blue 44

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

Shades of Saratoga #555E2C

Tints of Saratoga #555E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.15%

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 38.12%
G = 42.15%
B = 19.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#555E2C (or 0x555E2C) is known color: Saratoga. HEX triplet: 55, 5E and 2C. RGB value is (85,94,44). Sum of RGB (Red+Green+Blue) = 85+94+44=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #555E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555E2C is #AAA1D3. Grayscale: #555555. Windows color (decimal): -11182548 or 2907733. OLE color: 2907733.

HSL color Cylindrical-coordinate representation of color #555E2C: hue angle of 70.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555E2C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 94 44 -
CMYK 0.10 0 0.53 0.63
HSL 70.8º 0.36% 0.27% -
HSV(B) 70.8º 0.53% 0.37% -
XYZ 8.2 10.12 3.9 -
YUV 85.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 85 94 44 0.10 0 0.53 0.63 70.8 0.36 0.27
Hex 55 5E 2C A 0 35 3F 47 24 1B
Octal 125 136 54 12 0 65 77 107 44 33
Binary 1010101 1011110 101100 1010 0 110101 111111 1000111 100100 11011

Color Harmonies of #555E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E2C

Black with #555E2C

Text Example


Text Example

White with #555E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E2C; }

 p { color: rgb(85,94,44); }

 H1.HeaderClassName
 {
   color: #555E2C;
 }
 .AnyTagClassName
 {
   color: #555E2C;
 }
</style>

background-color css

<style>
 a { background-color: #555E2C; }

 a { background-color: rgb(85,94,44); }

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

border-color css

<style>
 span { border-color: #555E2C; }

 span { border-color: rgb(85,94,44); }

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