Html Css Color HEX #9B3513 Burnt Umber

📋 copy color: '#9B3513'

red 155 ◦ green 53 ◦ blue 19

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

Shades of Burnt Umber #9B3513

Tints of Burnt Umber #9B3513

RGB

 RED value IS 155 (60.94% from 255) = 68.28%

 GREEN value IS 53 (21.09% from 255) = 23.35%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 68.28%
G = 23.35%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B3513 (or 0x9B3513) is known color: Burnt Umber. HEX triplet: 9B, 35 and 13. RGB value is (155,53,19). Sum of RGB (Red+Green+Blue) = 155+53+19=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3513 is #64CAEC. Grayscale: #4F4F4F. Windows color (decimal): -6605549 or 1258907. OLE color: 1258907.

HSL color Cylindrical-coordinate representation of color #9B3513: hue angle of 15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B3513 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 19 -
CMYK 0 0.66 0.88 0.39
HSL 15º 0.78% 0.34% -
HSV(B) 15º 0.88% 0.61% -
XYZ 14.91 9.56 1.68 -
YUV 79.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 155 53 19 0 0.66 0.88 0.39 15 0.78 0.34
Hex 9B 35 13 0 42 58 27 F 4E 22
Octal 233 65 23 0 102 130 47 17 116 42
Binary 10011011 110101 10011 0 1000010 1011000 100111 1111 1001110 100010

Color Harmonies of #9B3513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3513

Black with #9B3513

Text Example


Text Example

White with #9B3513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,19); }

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

background-color css

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

 a { background-color: rgb(155,53,19); }

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

border-color css

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

 span { border-color: rgb(155,53,19); }

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