Html Css Color HEX #9E5544 Crail

📋 copy color: '#9E5544'

red 158 ◦ green 85 ◦ blue 68

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

Shades of Crail #9E5544

Tints of Crail #9E5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 50.8%
G = 27.33%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9E5544 (or 0x9E5544) is known color: Crail. HEX triplet: 9E, 55 and 44. RGB value is (158,85,68). Sum of RGB (Red+Green+Blue) = 158+85+68=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5544 is #61AABB. Grayscale: #696969. Windows color (decimal): -6400700 or 4478366. OLE color: 4478366.

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

Color convert

RGB 158 85 68 -
CMYK 0 0.46 0.57 0.38
HSL 11.33º 0.4% 0.44% -
HSV(B) 11.33º 0.57% 0.62% -
XYZ 18.39 14.18 7.24 -
YUV 104.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 158 85 68 0 0.46 0.57 0.38 11.33 0.4 0.44
Hex 9E 55 44 0 2E 39 26 B 28 2C
Octal 236 125 104 0 56 71 46 13 50 54
Binary 10011110 1010101 1000100 0 101110 111001 100110 1011 101000 101100

Color Harmonies of #9E5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5544

Black with #9E5544

Text Example


Text Example

White with #9E5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,68); }

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

background-color css

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

 a { background-color: rgb(158,85,68); }

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

border-color css

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

 span { border-color: rgb(158,85,68); }

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