#9B301C

Color #9B301C Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #9B301C

Tints of Burnt Umber #9B301C

Color information

#9B301C (or 0x9B301C) is unknown color: approx Burnt Umber. HEX triplet: 9B, 30 and 1C. RGB value is (155,48,28). Sum of RGB (Red+Green+Blue) = 155+48+28=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B301C is #64CFE3. Grayscale: #4D4D4D. Windows color (decimal): -6606820 or 1847451. OLE color: 1847451.

HSL color Cylindrical-coordinate representation of color #9B301C: hue angle of 9.45º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B301C is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB1554828-
CMYK00.690.820.39
HSL9.45º69.4%35.88%-
HSV(B)9.45º81.94%60.78%-
XYZ14.789.172.09-
YUV77.7199.95183.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=67.10%
G=20.78%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155482800.690.820.399.4569.435.88
Hex9B301C045522794524
Octal23360340105122471110544
Binary100110111100001110001000101101001010011110011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,28); }

 H1.HeaderClassName
 {
   color: #9B301C;
 }
 .AnyTagClassName
 {
   color: #9B301C;
 }
</style>
background-color css

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

 a { background-color: rgb(155,48,28); }

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

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

 span { border-color: rgb(155,48,28); }

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