Html Css Color HEX #5D632F Saratoga

📋 copy color: '#5D632F'

red 93 ◦ green 99 ◦ blue 47

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

Shades of Saratoga #5D632F

Tints of Saratoga #5D632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 38.91%
G = 41.42%
B = 19.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#5D632F (or 0x5D632F) is known color: Saratoga. HEX triplet: 5D, 63 and 2F. RGB value is (93,99,47). Sum of RGB (Red+Green+Blue) = 93+99+47=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #5D632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D632F is #A29CD0. Grayscale: #5B5B5B. Windows color (decimal): -10656977 or 3105629. OLE color: 3105629.

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

Color convert

RGB 93 99 47 -
CMYK 0.06 0 0.53 0.61
HSL 66.92º 0.36% 0.29% -
HSV(B) 66.92º 0.53% 0.39% -
XYZ 9.49 11.46 4.4 -
YUV 91.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 93 99 47 0.06 0 0.53 0.61 66.92 0.36 0.29
Hex 5D 63 2F 6 0 35 3D 43 24 1D
Octal 135 143 57 6 0 65 75 103 44 35
Binary 1011101 1100011 101111 110 0 110101 111101 1000011 100100 11101

Color Harmonies of #5D632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D632F

Black with #5D632F

Text Example


Text Example

White with #5D632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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