Html Css Color HEX #9E5141 Crail

📋 copy color: '#9E5141'

red 158 ◦ green 81 ◦ blue 65

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

Shades of Crail #9E5141

Tints of Crail #9E5141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 51.97%
G = 26.64%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E5141 (or 0x9E5141) is known color: Crail. HEX triplet: 9E, 51 and 41. RGB value is (158,81,65). Sum of RGB (Red+Green+Blue) = 158+81+65=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5141 is #61AEBE. Grayscale: #666666. Windows color (decimal): -6401727 or 4280734. OLE color: 4280734.

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

Color convert

RGB 158 81 65 -
CMYK 0 0.49 0.59 0.38
HSL 10.32º 0.42% 0.44% -
HSV(B) 10.32º 0.59% 0.62% -
XYZ 18 13.54 6.67 -
YUV 102.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 158 81 65 0 0.49 0.59 0.38 10.32 0.42 0.44
Hex 9E 51 41 0 31 3B 26 A 2A 2C
Octal 236 121 101 0 61 73 46 12 52 54
Binary 10011110 1010001 1000001 0 110001 111011 100110 1010 101010 101100

Color Harmonies of #9E5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5141

Black with #9E5141

Text Example


Text Example

White with #9E5141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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