Html Css Color HEX #5E473D Saddle

📋 copy color: '#5E473D'

red 94 ◦ green 71 ◦ blue 61

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

Shades of Saddle #5E473D

Tints of Saddle #5E473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 41.59%
G = 31.42%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5E473D (or 0x5E473D) is known color: Saddle. HEX triplet: 5E, 47 and 3D. RGB value is (94,71,61). Sum of RGB (Red+Green+Blue) = 94+71+61=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E473D is #A1B8C2. Grayscale: #4C4C4C. Windows color (decimal): -10598595 or 4015966. OLE color: 4015966.

HSL color Cylindrical-coordinate representation of color #5E473D: hue angle of 18.18º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E473D is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 71 61 -
CMYK 0 0.24 0.35 0.63
HSL 18.18º 0.21% 0.3% -
HSV(B) 18.18º 0.35% 0.37% -
XYZ 7.71 7.22 5.4 -
YUV 76.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 94 71 61 0 0.24 0.35 0.63 18.18 0.21 0.3
Hex 5E 47 3D 0 18 23 3F 12 15 1E
Octal 136 107 75 0 30 43 77 22 25 36
Binary 1011110 1000111 111101 0 11000 100011 111111 10010 10101 11110

Color Harmonies of #5E473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E473D

Black with #5E473D

Text Example


Text Example

White with #5E473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,71,61); }

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

background-color css

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

 a { background-color: rgb(94,71,61); }

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

border-color css

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

 span { border-color: rgb(94,71,61); }

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