Html Css Color HEX #555831 Saratoga

📋 copy color: '#555831'

red 85 ◦ green 88 ◦ blue 49

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

Shades of Saratoga #555831

Tints of Saratoga #555831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 38.29%
G = 39.64%
B = 22.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#555831 (or 0x555831) is known color: Saratoga. HEX triplet: 55, 58 and 31. RGB value is (85,88,49). Sum of RGB (Red+Green+Blue) = 85+88+49=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #555831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555831 is #AAA7CE. Grayscale: #525252. Windows color (decimal): -11184079 or 3233877. OLE color: 3233877.

HSL color Cylindrical-coordinate representation of color #555831: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555831 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 88 49 -
CMYK 0.03 0 0.44 0.65
HSL 64.62º 0.28% 0.27% -
HSV(B) 64.62º 0.44% 0.35% -
XYZ 7.79 9.13 4.26 -
YUV 82.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 85 88 49 0.03 0 0.44 0.65 64.62 0.28 0.27
Hex 55 58 31 3 0 2C 41 41 1C 1B
Octal 125 130 61 3 0 54 101 101 34 33
Binary 1010101 1011000 110001 11 0 101100 1000001 1000001 11100 11011

Color Harmonies of #555831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555831

Black with #555831

Text Example


Text Example

White with #555831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555831; }

 p { color: rgb(85,88,49); }

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

background-color css

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

 a { background-color: rgb(85,88,49); }

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

border-color css

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

 span { border-color: rgb(85,88,49); }

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