Html Css Color HEX #9E251D Brown

📋 copy color: '#9E251D'

red 158 ◦ green 37 ◦ blue 29

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

Shades of Brown #9E251D

Tints of Brown #9E251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 70.54%
G = 16.52%
B = 12.95%

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

#9E251D (or 0x9E251D) is known color: Brown. HEX triplet: 9E, 25 and 1D. RGB value is (158,37,29). Sum of RGB (Red+Green+Blue) = 158+37+29=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E251D is #61DAE2. Grayscale: #484848. Windows color (decimal): -6413027 or 1910174. OLE color: 1910174.

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

Color convert

RGB 158 37 29 -
CMYK 0 0.77 0.82 0.38
HSL 3.72º 0.69% 0.37% -
HSV(B) 3.72º 0.82% 0.62% -
XYZ 14.98 8.68 2.05 -
YUV 72.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 158 37 29 0 0.77 0.82 0.38 3.72 0.69 0.37
Hex 9E 25 1D 0 4D 52 26 4 45 25
Octal 236 45 35 0 115 122 46 4 105 45
Binary 10011110 100101 11101 0 1001101 1010010 100110 100 1000101 100101

Color Harmonies of #9E251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E251D

Black with #9E251D

Text Example


Text Example

White with #9E251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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