Html Css Color HEX #5E632D Saratoga

📋 copy color: '#5E632D'

red 94 ◦ green 99 ◦ blue 45

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

Shades of Saratoga #5E632D

Tints of Saratoga #5E632D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.91%

R = 39.5%
G = 41.6%
B = 18.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#5E632D (or 0x5E632D) is known color: Saratoga. HEX triplet: 5E, 63 and 2D. RGB value is (94,99,45). Sum of RGB (Red+Green+Blue) = 94+99+45=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #5E632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E632D is #A19CD2. Grayscale: #5B5B5B. Windows color (decimal): -10591443 or 2974558. OLE color: 2974558.

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

Color convert

RGB 94 99 45 -
CMYK 0.05 0 0.55 0.61
HSL 65.56º 0.38% 0.28% -
HSV(B) 65.56º 0.55% 0.39% -
XYZ 9.55 11.49 4.2 -
YUV 91.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 94 99 45 0.05 0 0.55 0.61 65.56 0.38 0.28
Hex 5E 63 2D 5 0 37 3D 42 26 1C
Octal 136 143 55 5 0 67 75 102 46 34
Binary 1011110 1100011 101101 101 0 110111 111101 1000010 100110 11100

Color Harmonies of #5E632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E632D

Black with #5E632D

Text Example


Text Example

White with #5E632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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