#9B2D15

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

Shades of Burnt Umber #9B2D15

Tints of Burnt Umber #9B2D15

Color information

#9B2D15 (or 0x9B2D15) is unknown color: approx Burnt Umber. HEX triplet: 9B, 2D and 15. RGB value is (155,45,21). Sum of RGB (Red+Green+Blue) = 155+45+21=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2D15 is #64D2EA. Grayscale: #4B4B4B. Windows color (decimal): -6607595 or 1387931. OLE color: 1387931.

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

Color convert

RGB1554521-
CMYK00.710.860.39
HSL10.75º76.14%34.51%-
HSV(B)10.75º86.45%60.78%-
XYZ14.598.91.66-
YUV75.1597.44184.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.14%
GREEN value IS 45 (17.97% from 255) = 20.36%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=70.14%
G=20.36%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155452100.710.860.3910.7576.1434.51
Hex9B2D150475627b4c23
Octal23355250107126471311443
Binary100110111011011010101000111101011010011110111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,45,21); }

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

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

 a { background-color: rgb(155,45,21); }

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

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

 span { border-color: rgb(155,45,21); }

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