Html Css Color HEX #9E331B Burnt Umber

📋 copy color: '#9E331B'

red 158 ◦ green 51 ◦ blue 27

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

Shades of Burnt Umber #9E331B

Tints of Burnt Umber #9E331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 66.95%
G = 21.61%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9E331B (or 0x9E331B) is known color: Burnt Umber. HEX triplet: 9E, 33 and 1B. RGB value is (158,51,27). Sum of RGB (Red+Green+Blue) = 158+51+27=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E331B is #61CCE4. Grayscale: #505050. Windows color (decimal): -6409445 or 1782686. OLE color: 1782686.

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

Color convert

RGB 158 51 27 -
CMYK 0 0.68 0.83 0.38
HSL 10.99º 0.71% 0.36% -
HSV(B) 10.99º 0.83% 0.62% -
XYZ 15.48 9.72 2.1 -
YUV 80.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 158 51 27 0 0.68 0.83 0.38 10.99 0.71 0.36
Hex 9E 33 1B 0 44 53 26 B 47 24
Octal 236 63 33 0 104 123 46 13 107 44
Binary 10011110 110011 11011 0 1000100 1010011 100110 1011 1000111 100100

Color Harmonies of #9E331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E331B

Black with #9E331B

Text Example


Text Example

White with #9E331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,27); }

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

background-color css

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

 a { background-color: rgb(158,51,27); }

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

border-color css

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

 span { border-color: rgb(158,51,27); }

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