Html Css Color HEX #5E6031 Saratoga

📋 copy color: '#5E6031'

red 94 ◦ green 96 ◦ blue 49

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

Shades of Saratoga #5E6031

Tints of Saratoga #5E6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 39.33%
G = 40.17%
B = 20.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#5E6031 (or 0x5E6031) is known color: Saratoga. HEX triplet: 5E, 60 and 31. RGB value is (94,96,49). Sum of RGB (Red+Green+Blue) = 94+96+49=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6031 is #A19FCE. Grayscale: #5A5A5A. Windows color (decimal): -10592207 or 3235934. OLE color: 3235934.

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

Color convert

RGB 94 96 49 -
CMYK 0.02 0 0.49 0.62
HSL 62.55º 0.32% 0.28% -
HSV(B) 62.55º 0.49% 0.38% -
XYZ 9.35 10.97 4.53 -
YUV 90.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 94 96 49 0.02 0 0.49 0.62 62.55 0.32 0.28
Hex 5E 60 31 2 0 31 3E 3F 20 1C
Octal 136 140 61 2 0 61 76 77 40 34
Binary 1011110 1100000 110001 10 0 110001 111110 111111 100000 11100

Color Harmonies of #5E6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6031

Black with #5E6031

Text Example


Text Example

White with #5E6031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,96,49); }

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

background-color css

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

 a { background-color: rgb(94,96,49); }

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

border-color css

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

 span { border-color: rgb(94,96,49); }

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