Html Css Color HEX #555423 Saratoga

📋 copy color: '#555423'

red 85 ◦ green 84 ◦ blue 35

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

Shades of Saratoga #555423

Tints of Saratoga #555423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 41.67%
G = 41.18%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#555423 (or 0x555423) is known color: Saratoga. HEX triplet: 55, 54 and 23. RGB value is (85,84,35). Sum of RGB (Red+Green+Blue) = 85+84+35=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #555423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555423 is #AAABDC. Grayscale: #4E4E4E. Windows color (decimal): -11185117 or 2315349. OLE color: 2315349.

HSL color Cylindrical-coordinate representation of color #555423: hue angle of 58.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555423 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 84 35 -
CMYK 0 0.01 0.59 0.67
HSL 58.8º 0.42% 0.24% -
HSV(B) 58.8º 0.59% 0.33% -
XYZ 7.22 8.39 2.83 -
YUV 78.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 85 84 35 0 0.01 0.59 0.67 58.8 0.42 0.24
Hex 55 54 23 0 1 3B 43 3B 2A 18
Octal 125 124 43 0 1 73 103 73 52 30
Binary 1010101 1010100 100011 0 1 111011 1000011 111011 101010 11000

Color Harmonies of #555423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555423

Black with #555423

Text Example


Text Example

White with #555423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555423; }

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

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

background-color css

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

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

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

border-color css

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

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

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