Html Css Color HEX #5E642A Saratoga

📋 copy color: '#5E642A'

red 94 ◦ green 100 ◦ blue 42

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

Shades of Saratoga #5E642A

Tints of Saratoga #5E642A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 39.83%
G = 42.37%
B = 17.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#5E642A (or 0x5E642A) is known color: Saratoga. HEX triplet: 5E, 64 and 2A. RGB value is (94,100,42). Sum of RGB (Red+Green+Blue) = 94+100+42=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #5E642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E642A is #A19BD5. Grayscale: #5B5B5B. Windows color (decimal): -10591190 or 2778206. OLE color: 2778206.

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

Color convert

RGB 94 100 42 -
CMYK 0.06 0 0.58 0.61
HSL 66.21º 0.41% 0.28% -
HSV(B) 66.21º 0.58% 0.39% -
XYZ 9.59 11.66 3.94 -
YUV 91.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 94 100 42 0.06 0 0.58 0.61 66.21 0.41 0.28
Hex 5E 64 2A 6 0 3A 3D 42 29 1C
Octal 136 144 52 6 0 72 75 102 51 34
Binary 1011110 1100100 101010 110 0 111010 111101 1000010 101001 11100

Color Harmonies of #5E642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E642A

Black with #5E642A

Text Example


Text Example

White with #5E642A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,100,42); }

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

background-color css

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

 a { background-color: rgb(94,100,42); }

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

border-color css

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

 span { border-color: rgb(94,100,42); }

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