Html Css Color HEX #9E261D Brown

📋 copy color: '#9E261D'

red 158 ◦ green 38 ◦ blue 29

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

Shades of Brown #9E261D

Tints of Brown #9E261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 70.22%
G = 16.89%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E261D (or 0x9E261D) is known color: Brown. HEX triplet: 9E, 26 and 1D. RGB value is (158,38,29). Sum of RGB (Red+Green+Blue) = 158+38+29=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E261D is #61D9E2. Grayscale: #494949. Windows color (decimal): -6412771 or 1910430. OLE color: 1910430.

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

Color convert

RGB 158 38 29 -
CMYK 0 0.76 0.82 0.38
HSL 4.19º 0.69% 0.37% -
HSV(B) 4.19º 0.82% 0.62% -
XYZ 15.02 8.74 2.06 -
YUV 72.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 158 38 29 0 0.76 0.82 0.38 4.19 0.69 0.37
Hex 9E 26 1D 0 4C 52 26 4 45 25
Octal 236 46 35 0 114 122 46 4 105 45
Binary 10011110 100110 11101 0 1001100 1010010 100110 100 1000101 100101

Color Harmonies of #9E261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E261D

Black with #9E261D

Text Example


Text Example

White with #9E261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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