Html Css Color HEX #555838 Saratoga

📋 copy color: '#555838'

red 85 ◦ green 88 ◦ blue 56

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

Shades of Saratoga #555838

Tints of Saratoga #555838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 37.12%
G = 38.43%
B = 24.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#555838 (or 0x555838) is known color: Saratoga. HEX triplet: 55, 58 and 38. RGB value is (85,88,56). Sum of RGB (Red+Green+Blue) = 85+88+56=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #555838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555838 is #AAA7C7. Grayscale: #535353. Windows color (decimal): -11184072 or 3692629. OLE color: 3692629.

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

Color convert

RGB 85 88 56 -
CMYK 0.03 0 0.36 0.65
HSL 65.63º 0.22% 0.28% -
HSV(B) 65.63º 0.36% 0.35% -
XYZ 7.95 9.2 5.1 -
YUV 83.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 85 88 56 0.03 0 0.36 0.65 65.63 0.22 0.28
Hex 55 58 38 3 0 24 41 42 16 1C
Octal 125 130 70 3 0 44 101 102 26 34
Binary 1010101 1011000 111000 11 0 100100 1000001 1000010 10110 11100

Color Harmonies of #555838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555838

Black with #555838

Text Example


Text Example

White with #555838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555838; }

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

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

background-color css

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

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

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

border-color css

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

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

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