Html Css Color HEX #5D6632 Saratoga

📋 copy color: '#5D6632'

red 93 ◦ green 102 ◦ blue 50

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

Shades of Saratoga #5D6632

Tints of Saratoga #5D6632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

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

R = 37.96%
G = 41.63%
B = 20.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#5D6632 (or 0x5D6632) is known color: Saratoga. HEX triplet: 5D, 66 and 32. RGB value is (93,102,50). Sum of RGB (Red+Green+Blue) = 93+102+50=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6632 is #A299CD. Grayscale: #5D5D5D. Windows color (decimal): -10656206 or 3303005. OLE color: 3303005.

HSL color Cylindrical-coordinate representation of color #5D6632: hue angle of 70.38º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6632 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 93 102 50 -
CMYK 0.09 0 0.51 0.6
HSL 70.38º 0.34% 0.3% -
HSV(B) 70.38º 0.51% 0.4% -
XYZ 9.84 12.06 4.83 -
YUV 93.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 93 102 50 0.09 0 0.51 0.6 70.38 0.34 0.3
Hex 5D 66 32 9 0 33 3C 46 22 1E
Octal 135 146 62 11 0 63 74 106 42 36
Binary 1011101 1100110 110010 1001 0 110011 111100 1000110 100010 11110

Color Harmonies of #5D6632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6632

Black with #5D6632

Text Example


Text Example

White with #5D6632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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