Html Css Color HEX #9E281D Brown

📋 copy color: '#9E281D'

red 158 ◦ green 40 ◦ blue 29

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

Shades of Brown #9E281D

Tints of Brown #9E281D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 69.6%
G = 17.62%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E281D (or 0x9E281D) is known color: Brown. HEX triplet: 9E, 28 and 1D. RGB value is (158,40,29). Sum of RGB (Red+Green+Blue) = 158+40+29=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E281D is #61D7E2. Grayscale: #4A4A4A. Windows color (decimal): -6412259 or 1910942. OLE color: 1910942.

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

Color convert

RGB 158 40 29 -
CMYK 0 0.75 0.82 0.38
HSL 5.12º 0.69% 0.37% -
HSV(B) 5.12º 0.82% 0.62% -
XYZ 15.08 8.88 2.08 -
YUV 74.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 158 40 29 0 0.75 0.82 0.38 5.12 0.69 0.37
Hex 9E 28 1D 0 4B 52 26 5 45 25
Octal 236 50 35 0 113 122 46 5 105 45
Binary 10011110 101000 11101 0 1001011 1010010 100110 101 1000101 100101

Color Harmonies of #9E281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E281D

Black with #9E281D

Text Example


Text Example

White with #9E281D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,40,29); }

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

background-color css

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

 a { background-color: rgb(158,40,29); }

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

border-color css

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

 span { border-color: rgb(158,40,29); }

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