Html Css Color HEX #5E632C Saratoga

📋 copy color: '#5E632C'

red 94 ◦ green 99 ◦ blue 44

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

Shades of Saratoga #5E632C

Tints of Saratoga #5E632C

RGB

 RED value IS 94 (37.11% from 255) = 39.66%

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

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

R = 39.66%
G = 41.77%
B = 18.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#5E632C (or 0x5E632C) is known color: Saratoga. HEX triplet: 5E, 63 and 2C. RGB value is (94,99,44). Sum of RGB (Red+Green+Blue) = 94+99+44=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #5E632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E632C is #A19CD3. Grayscale: #5B5B5B. Windows color (decimal): -10591444 or 2909022. OLE color: 2909022.

HSL color Cylindrical-coordinate representation of color #5E632C: hue angle of 65.45º 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 #5E632C is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 99 44 -
CMYK 0.05 0 0.56 0.61
HSL 65.45º 0.38% 0.28% -
HSV(B) 65.45º 0.56% 0.39% -
XYZ 9.53 11.49 4.1 -
YUV 91.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 94 99 44 0.05 0 0.56 0.61 65.45 0.38 0.28
Hex 5E 63 2C 5 0 38 3D 41 26 1C
Octal 136 143 54 5 0 70 75 101 46 34
Binary 1011110 1100011 101100 101 0 111000 111101 1000001 100110 11100

Color Harmonies of #5E632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E632C

Black with #5E632C

Text Example


Text Example

White with #5E632C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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