Html Css Color HEX #9E261E Brown

📋 copy color: '#9E261E'

red 158 ◦ green 38 ◦ blue 30

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

Shades of Brown #9E261E

Tints of Brown #9E261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 69.91%
G = 16.81%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E261E (or 0x9E261E) is known color: Brown. HEX triplet: 9E, 26 and 1E. RGB value is (158,38,30). Sum of RGB (Red+Green+Blue) = 158+38+30=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E261E is #61D9E1. Grayscale: #494949. Windows color (decimal): -6412770 or 1975966. OLE color: 1975966.

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

Color convert

RGB 158 38 30 -
CMYK 0 0.76 0.81 0.38
HSL 3.75º 0.68% 0.37% -
HSV(B) 3.75º 0.81% 0.62% -
XYZ 15.03 8.75 2.12 -
YUV 72.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 158 38 30 0 0.76 0.81 0.38 3.75 0.68 0.37
Hex 9E 26 1E 0 4C 51 26 4 44 25
Octal 236 46 36 0 114 121 46 4 104 45
Binary 10011110 100110 11110 0 1001100 1010001 100110 100 1000100 100101

Color Harmonies of #9E261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E261E

Black with #9E261E

Text Example


Text Example

White with #9E261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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