Html Css Color HEX #9E5C4C Crail

📋 copy color: '#9E5C4C'

red 158 ◦ green 92 ◦ blue 76

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

Shades of Crail #9E5C4C

Tints of Crail #9E5C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 48.47%
G = 28.22%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9E5C4C (or 0x9E5C4C) is known color: Crail. HEX triplet: 9E, 5C and 4C. RGB value is (158,92,76). Sum of RGB (Red+Green+Blue) = 158+92+76=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C4C is #61A3B3. Grayscale: #6E6E6E. Windows color (decimal): -6398900 or 5004446. OLE color: 5004446.

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

Color convert

RGB 158 92 76 -
CMYK 0 0.42 0.52 0.38
HSL 11.71º 0.35% 0.46% -
HSV(B) 11.71º 0.52% 0.62% -
XYZ 19.23 15.45 8.81 -
YUV 109.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 158 92 76 0 0.42 0.52 0.38 11.71 0.35 0.46
Hex 9E 5C 4C 0 2A 34 26 C 23 2E
Octal 236 134 114 0 52 64 46 14 43 56
Binary 10011110 1011100 1001100 0 101010 110100 100110 1100 100011 101110

Color Harmonies of #9E5C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5C4C

Black with #9E5C4C

Text Example


Text Example

White with #9E5C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,76); }

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

background-color css

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

 a { background-color: rgb(158,92,76); }

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

border-color css

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

 span { border-color: rgb(158,92,76); }

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