Html Css Color HEX #9E5147 Crail

📋 copy color: '#9E5147'

red 158 ◦ green 81 ◦ blue 71

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

Shades of Crail #9E5147

Tints of Crail #9E5147

RGB

 RED value IS 158 (62.11% from 255) = 50.97%

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 71 (28.13% from 255) = 22.9%

R = 50.97%
G = 26.13%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9E5147 (or 0x9E5147) is known color: Crail. HEX triplet: 9E, 51 and 47. RGB value is (158,81,71). Sum of RGB (Red+Green+Blue) = 158+81+71=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5147 is #61AEB8. Grayscale: #676767. Windows color (decimal): -6401721 or 4673950. OLE color: 4673950.

HSL color Cylindrical-coordinate representation of color #9E5147: hue angle of 6.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5147 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 81 71 -
CMYK 0 0.49 0.55 0.38
HSL 6.9º 0.38% 0.45% -
HSV(B) 6.9º 0.55% 0.62% -
XYZ 18.18 13.61 7.63 -
YUV 102.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 158 81 71 0 0.49 0.55 0.38 6.9 0.38 0.45
Hex 9E 51 47 0 31 37 26 7 26 2D
Octal 236 121 107 0 61 67 46 7 46 55
Binary 10011110 1010001 1000111 0 110001 110111 100110 111 100110 101101

Color Harmonies of #9E5147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5147

Black with #9E5147

Text Example


Text Example

White with #9E5147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5147; }

 p { color: rgb(158,81,71); }

 H1.HeaderClassName
 {
   color: #9E5147;
 }
 .AnyTagClassName
 {
   color: #9E5147;
 }
</style>

background-color css

<style>
 a { background-color: #9E5147; }

 a { background-color: rgb(158,81,71); }

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

border-color css

<style>
 span { border-color: #9E5147; }

 span { border-color: rgb(158,81,71); }

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