Html Css Color HEX #9E241D Brown

📋 copy color: '#9E241D'

red 158 ◦ green 36 ◦ blue 29

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

Shades of Brown #9E241D

Tints of Brown #9E241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 70.85%
G = 16.14%
B = 13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E241D (or 0x9E241D) is known color: Brown. HEX triplet: 9E, 24 and 1D. RGB value is (158,36,29). Sum of RGB (Red+Green+Blue) = 158+36+29=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E241D is #61DBE2. Grayscale: #474747. Windows color (decimal): -6413283 or 1909918. OLE color: 1909918.

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

Color convert

RGB 158 36 29 -
CMYK 0 0.77 0.82 0.38
HSL 3.26º 0.69% 0.37% -
HSV(B) 3.26º 0.82% 0.62% -
XYZ 14.95 8.62 2.04 -
YUV 71.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 158 36 29 0 0.77 0.82 0.38 3.26 0.69 0.37
Hex 9E 24 1D 0 4D 52 26 3 45 25
Octal 236 44 35 0 115 122 46 3 105 45
Binary 10011110 100100 11101 0 1001101 1010010 100110 11 1000101 100101

Color Harmonies of #9E241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E241D

Black with #9E241D

Text Example


Text Example

White with #9E241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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