Html Css Color HEX #5E622D Saratoga

📋 copy color: '#5E622D'

red 94 ◦ green 98 ◦ blue 45

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

Shades of Saratoga #5E622D

Tints of Saratoga #5E622D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

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

R = 39.66%
G = 41.35%
B = 18.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#5E622D (or 0x5E622D) is known color: Saratoga. HEX triplet: 5E, 62 and 2D. RGB value is (94,98,45). Sum of RGB (Red+Green+Blue) = 94+98+45=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #5E622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E622D is #A19DD2. Grayscale: #5A5A5A. Windows color (decimal): -10591699 or 2974302. OLE color: 2974302.

HSL color Cylindrical-coordinate representation of color #5E622D: hue angle of 64.53º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E622D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 98 45 -
CMYK 0.04 0 0.54 0.62
HSL 64.53º 0.37% 0.28% -
HSV(B) 64.53º 0.54% 0.38% -
XYZ 9.46 11.3 4.17 -
YUV 90.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 94 98 45 0.04 0 0.54 0.62 64.53 0.37 0.28
Hex 5E 62 2D 4 0 36 3E 41 25 1C
Octal 136 142 55 4 0 66 76 101 45 34
Binary 1011110 1100010 101101 100 0 110110 111110 1000001 100101 11100

Color Harmonies of #5E622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E622D

Black with #5E622D

Text Example


Text Example

White with #5E622D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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