Html Css Color HEX #555A2B Saratoga

📋 copy color: '#555A2B'

red 85 ◦ green 90 ◦ blue 43

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

Shades of Saratoga #555A2B

Tints of Saratoga #555A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 38.99%
G = 41.28%
B = 19.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#555A2B (or 0x555A2B) is known color: Saratoga. HEX triplet: 55, 5A and 2B. RGB value is (85,90,43). Sum of RGB (Red+Green+Blue) = 85+90+43=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #555A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A2B is #AAA5D4. Grayscale: #535353. Windows color (decimal): -11183573 or 2841173. OLE color: 2841173.

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

Color convert

RGB 85 90 43 -
CMYK 0.06 0 0.52 0.65
HSL 66.38º 0.35% 0.26% -
HSV(B) 66.38º 0.52% 0.35% -
XYZ 7.84 9.42 3.69 -
YUV 83.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 85 90 43 0.06 0 0.52 0.65 66.38 0.35 0.26
Hex 55 5A 2B 6 0 34 41 42 23 1A
Octal 125 132 53 6 0 64 101 102 43 32
Binary 1010101 1011010 101011 110 0 110100 1000001 1000010 100011 11010

Color Harmonies of #555A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A2B

Black with #555A2B

Text Example


Text Example

White with #555A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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