#9B301A

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

Shades of Burnt Umber #9B301A

Tints of Burnt Umber #9B301A

Color information

#9B301A (or 0x9B301A) is unknown color: approx Burnt Umber. HEX triplet: 9B, 30 and 1A. RGB value is (155,48,26). Sum of RGB (Red+Green+Blue) = 155+48+26=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B301A is #64CFE5. Grayscale: #4D4D4D. Windows color (decimal): -6606822 or 1716379. OLE color: 1716379.

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

Color convert

RGB1554826-
CMYK00.690.830.39
HSL10.23º71.27%35.49%-
HSV(B)10.23º83.23%60.78%-
XYZ14.769.161.97-
YUV77.4898.95183.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.69%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=67.69%
G=20.96%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155482600.690.830.3910.2371.2735.49
Hex9B301A0455327a4723
Octal23360320105123471210743
Binary100110111100001101001000101101001110011110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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