Html Css Color HEX #9E5342 Crail

📋 copy color: '#9E5342'

red 158 ◦ green 83 ◦ blue 66

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

Shades of Crail #9E5342

Tints of Crail #9E5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 51.47%
G = 27.04%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9E5342 (or 0x9E5342) is known color: Crail. HEX triplet: 9E, 53 and 42. RGB value is (158,83,66). Sum of RGB (Red+Green+Blue) = 158+83+66=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5342 is #61ACBD. Grayscale: #676767. Windows color (decimal): -6401214 or 4346782. OLE color: 4346782.

HSL color Cylindrical-coordinate representation of color #9E5342: hue angle of 11.09º 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 #9E5342 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 83 66 -
CMYK 0 0.47 0.58 0.38
HSL 11.09º 0.41% 0.44% -
HSV(B) 11.09º 0.58% 0.62% -
XYZ 18.18 13.85 6.87 -
YUV 103.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 158 83 66 0 0.47 0.58 0.38 11.09 0.41 0.44
Hex 9E 53 42 0 2F 3A 26 B 29 2C
Octal 236 123 102 0 57 72 46 13 51 54
Binary 10011110 1010011 1000010 0 101111 111010 100110 1011 101001 101100

Color Harmonies of #9E5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5342

Black with #9E5342

Text Example


Text Example

White with #9E5342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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