Html Css Color HEX #555835 Saratoga

📋 copy color: '#555835'

red 85 ◦ green 88 ◦ blue 53

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

Shades of Saratoga #555835

Tints of Saratoga #555835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 37.61%
G = 38.94%
B = 23.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#555835 (or 0x555835) is known color: Saratoga. HEX triplet: 55, 58 and 35. RGB value is (85,88,53). Sum of RGB (Red+Green+Blue) = 85+88+53=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #555835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555835 is #AAA7CA. Grayscale: #535353. Windows color (decimal): -11184075 or 3496021. OLE color: 3496021.

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

Color convert

RGB 85 88 53 -
CMYK 0.03 0 0.40 0.65
HSL 65.14º 0.25% 0.28% -
HSV(B) 65.14º 0.4% 0.35% -
XYZ 7.88 9.17 4.72 -
YUV 83.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 85 88 53 0.03 0 0.40 0.65 65.14 0.25 0.28
Hex 55 58 35 3 0 28 41 41 19 1C
Octal 125 130 65 3 0 50 101 101 31 34
Binary 1010101 1011000 110101 11 0 101000 1000001 1000001 11001 11100

Color Harmonies of #555835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555835

Black with #555835

Text Example


Text Example

White with #555835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555835; }

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

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

background-color css

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

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

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

border-color css

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

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

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