Html Css Color HEX #5D622C Saratoga

📋 copy color: '#5D622C'

red 93 ◦ green 98 ◦ blue 44

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

Shades of Saratoga #5D622C

Tints of Saratoga #5D622C

RGB

 RED value IS 93 (36.72% from 255) = 39.57%

 GREEN value IS 98 (38.67% from 255) = 41.7%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 39.57%
G = 41.7%
B = 18.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#5D622C (or 0x5D622C) is known color: Saratoga. HEX triplet: 5D, 62 and 2C. RGB value is (93,98,44). Sum of RGB (Red+Green+Blue) = 93+98+44=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #5D622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D622C is #A29DD3. Grayscale: #5A5A5A. Windows color (decimal): -10657236 or 2908765. OLE color: 2908765.

HSL color Cylindrical-coordinate representation of color #5D622C: hue angle of 65.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D622C is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 44 -
CMYK 0.05 0 0.55 0.62
HSL 65.56º 0.38% 0.28% -
HSV(B) 65.56º 0.55% 0.38% -
XYZ 9.34 11.24 4.06 -
YUV 90.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 93 98 44 0.05 0 0.55 0.62 65.56 0.38 0.28
Hex 5D 62 2C 5 0 37 3E 42 26 1C
Octal 135 142 54 5 0 67 76 102 46 34
Binary 1011101 1100010 101100 101 0 110111 111110 1000010 100110 11100

Color Harmonies of #5D622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D622C

Black with #5D622C

Text Example


Text Example

White with #5D622C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D622C; }

 p { color: rgb(93,98,44); }

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

background-color css

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

 a { background-color: rgb(93,98,44); }

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

border-color css

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

 span { border-color: rgb(93,98,44); }

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