Html Css Color HEX #5D632C Saratoga

📋 copy color: '#5D632C'

red 93 ◦ green 99 ◦ blue 44

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

Shades of Saratoga #5D632C

Tints of Saratoga #5D632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 39.41%
G = 41.95%
B = 18.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#5D632C (or 0x5D632C) is known color: Saratoga. HEX triplet: 5D, 63 and 2C. RGB value is (93,99,44). Sum of RGB (Red+Green+Blue) = 93+99+44=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #5D632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D632C is #A29CD3. Grayscale: #5B5B5B. Windows color (decimal): -10656980 or 2909021. OLE color: 2909021.

HSL color Cylindrical-coordinate representation of color #5D632C: hue angle of 66.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D632C is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 99 44 -
CMYK 0.06 0 0.56 0.61
HSL 66.55º 0.38% 0.28% -
HSV(B) 66.55º 0.56% 0.39% -
XYZ 9.43 11.43 4.09 -
YUV 90.94 101.51 129.47 -
System Red Green Blue C M Y K H S L
Decimal 93 99 44 0.06 0 0.56 0.61 66.55 0.38 0.28
Hex 5D 63 2C 6 0 38 3D 43 26 1C
Octal 135 143 54 6 0 70 75 103 46 34
Binary 1011101 1100011 101100 110 0 111000 111101 1000011 100110 11100

Color Harmonies of #5D632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D632C

Black with #5D632C

Text Example


Text Example

White with #5D632C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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