Html Css Color HEX #5D6532 Saratoga

📋 copy color: '#5D6532'

red 93 ◦ green 101 ◦ blue 50

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

Shades of Saratoga #5D6532

Tints of Saratoga #5D6532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.39%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 38.11%
G = 41.39%
B = 20.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#5D6532 (or 0x5D6532) is known color: Saratoga. HEX triplet: 5D, 65 and 32. RGB value is (93,101,50). Sum of RGB (Red+Green+Blue) = 93+101+50=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6532 is #A29ACD. Grayscale: #5C5C5C. Windows color (decimal): -10656462 or 3302749. OLE color: 3302749.

HSL color Cylindrical-coordinate representation of color #5D6532: hue angle of 69.41º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6532 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 101 50 -
CMYK 0.08 0 0.50 0.60
HSL 69.41º 0.34% 0.3% -
HSV(B) 69.41º 0.5% 0.4% -
XYZ 9.74 11.86 4.79 -
YUV 92.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 93 101 50 0.08 0 0.50 0.60 69.41 0.34 0.3
Hex 5D 65 32 8 0 32 3C 45 22 1E
Octal 135 145 62 10 0 62 74 105 42 36
Binary 1011101 1100101 110010 1000 0 110010 111100 1000101 100010 11110

Color Harmonies of #5D6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6532

Black with #5D6532

Text Example


Text Example

White with #5D6532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,101,50); }

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

background-color css

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

 a { background-color: rgb(93,101,50); }

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

border-color css

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

 span { border-color: rgb(93,101,50); }

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