Html Css Color HEX #9E5248 Crail

📋 copy color: '#9E5248'

red 158 ◦ green 82 ◦ blue 72

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

Shades of Crail #9E5248

Tints of Crail #9E5248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 50.64%
G = 26.28%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9E5248 (or 0x9E5248) is known color: Crail. HEX triplet: 9E, 52 and 48. RGB value is (158,82,72). Sum of RGB (Red+Green+Blue) = 158+82+72=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5248 is #61ADB7. Grayscale: #676767. Windows color (decimal): -6401464 or 4739742. OLE color: 4739742.

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

Color convert

RGB 158 82 72 -
CMYK 0 0.48 0.54 0.38
HSL 6.98º 0.37% 0.45% -
HSV(B) 6.98º 0.54% 0.62% -
XYZ 18.29 13.77 7.83 -
YUV 103.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 158 82 72 0 0.48 0.54 0.38 6.98 0.37 0.45
Hex 9E 52 48 0 30 36 26 7 25 2D
Octal 236 122 110 0 60 66 46 7 45 55
Binary 10011110 1010010 1001000 0 110000 110110 100110 111 100101 101101

Color Harmonies of #9E5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5248

Black with #9E5248

Text Example


Text Example

White with #9E5248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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