Html Css Color HEX #9E5242 Crail

📋 copy color: '#9E5242'

red 158 ◦ green 82 ◦ blue 66

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

Shades of Crail #9E5242

Tints of Crail #9E5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 51.63%
G = 26.8%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E5242 (or 0x9E5242) is known color: Crail. HEX triplet: 9E, 52 and 42. RGB value is (158,82,66). Sum of RGB (Red+Green+Blue) = 158+82+66=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5242 is #61ADBD. Grayscale: #676767. Windows color (decimal): -6401470 or 4346526. OLE color: 4346526.

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

Color convert

RGB 158 82 66 -
CMYK 0 0.48 0.58 0.38
HSL 10.43º 0.41% 0.44% -
HSV(B) 10.43º 0.58% 0.62% -
XYZ 18.1 13.7 6.84 -
YUV 102.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 158 82 66 0 0.48 0.58 0.38 10.43 0.41 0.44
Hex 9E 52 42 0 30 3A 26 A 29 2C
Octal 236 122 102 0 60 72 46 12 51 54
Binary 10011110 1010010 1000010 0 110000 111010 100110 1010 101001 101100

Color Harmonies of #9E5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5242

Black with #9E5242

Text Example


Text Example

White with #9E5242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,82,66); }

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

background-color css

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

 a { background-color: rgb(158,82,66); }

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

border-color css

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

 span { border-color: rgb(158,82,66); }

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