Html Css Color HEX #9E5F2D Mai Tai

📋 copy color: '#9E5F2D'

red 158 ◦ green 95 ◦ blue 45

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

Shades of Mai Tai #9E5F2D

Tints of Mai Tai #9E5F2D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 53.02%
G = 31.88%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9E5F2D (or 0x9E5F2D) is known color: Mai Tai. HEX triplet: 9E, 5F and 2D. RGB value is (158,95,45). Sum of RGB (Red+Green+Blue) = 158+95+45=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5F2D is #61A0D2. Grayscale: #6C6C6C. Windows color (decimal): -6398163 or 2973598. OLE color: 2973598.

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

Color convert

RGB 158 95 45 -
CMYK 0 0.40 0.72 0.38
HSL 26.55º 0.56% 0.4% -
HSV(B) 26.55º 0.72% 0.62% -
XYZ 18.67 15.64 4.52 -
YUV 108.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 158 95 45 0 0.40 0.72 0.38 26.55 0.56 0.4
Hex 9E 5F 2D 0 28 48 26 1B 38 28
Octal 236 137 55 0 50 110 46 33 70 50
Binary 10011110 1011111 101101 0 101000 1001000 100110 11011 111000 101000

Color Harmonies of #9E5F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5F2D

Black with #9E5F2D

Text Example


Text Example

White with #9E5F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,95,45); }

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

background-color css

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

 a { background-color: rgb(158,95,45); }

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

border-color css

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

 span { border-color: rgb(158,95,45); }

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