Html Css Color HEX #555A2D Saratoga

📋 copy color: '#555A2D'

red 85 ◦ green 90 ◦ blue 45

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

Shades of Saratoga #555A2D

Tints of Saratoga #555A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 38.64%
G = 40.91%
B = 20.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#555A2D (or 0x555A2D) is known color: Saratoga. HEX triplet: 55, 5A and 2D. RGB value is (85,90,45). Sum of RGB (Red+Green+Blue) = 85+90+45=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #555A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A2D is #AAA5D2. Grayscale: #535353. Windows color (decimal): -11183571 or 2972245. OLE color: 2972245.

HSL color Cylindrical-coordinate representation of color #555A2D: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555A2D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 45 -
CMYK 0.06 0 0.50 0.65
HSL 66.67º 0.33% 0.26% -
HSV(B) 66.67º 0.5% 0.35% -
XYZ 7.88 9.43 3.89 -
YUV 83.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 85 90 45 0.06 0 0.50 0.65 66.67 0.33 0.26
Hex 55 5A 2D 6 0 32 41 43 21 1A
Octal 125 132 55 6 0 62 101 103 41 32
Binary 1010101 1011010 101101 110 0 110010 1000001 1000011 100001 11010

Color Harmonies of #555A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A2D

Black with #555A2D

Text Example


Text Example

White with #555A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,45); }

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

background-color css

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

 a { background-color: rgb(85,90,45); }

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

border-color css

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

 span { border-color: rgb(85,90,45); }

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