Html Css Color HEX #555422 Saratoga

📋 copy color: '#555422'

red 85 ◦ green 84 ◦ blue 34

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

Shades of Saratoga #555422

Tints of Saratoga #555422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 41.87%
G = 41.38%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#555422 (or 0x555422) is known color: Saratoga. HEX triplet: 55, 54 and 22. RGB value is (85,84,34). Sum of RGB (Red+Green+Blue) = 85+84+34=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #555422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555422 is #AAABDD. Grayscale: #4E4E4E. Windows color (decimal): -11185118 or 2249813. OLE color: 2249813.

HSL color Cylindrical-coordinate representation of color #555422: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555422 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 84 34 -
CMYK 0 0.01 0.60 0.67
HSL 58.82º 0.43% 0.23% -
HSV(B) 58.82º 0.6% 0.33% -
XYZ 7.21 8.39 2.75 -
YUV 78.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 85 84 34 0 0.01 0.60 0.67 58.82 0.43 0.23
Hex 55 54 22 0 1 3C 43 3B 2B 17
Octal 125 124 42 0 1 74 103 73 53 27
Binary 1010101 1010100 100010 0 1 111100 1000011 111011 101011 10111

Color Harmonies of #555422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555422

Black with #555422

Text Example


Text Example

White with #555422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555422; }

 p { color: rgb(85,84,34); }

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

background-color css

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

 a { background-color: rgb(85,84,34); }

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

border-color css

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

 span { border-color: rgb(85,84,34); }

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