Shades of Burnt Umber #9B361C
Tints of Burnt Umber #9B361C
RGB
CMYK
RGB Variations
Color information
#9B361C (or 0x9B361C) is known color: Burnt Umber. HEX triplet: 9B, 36 and 1C. RGB value is (155,54,28). Sum of RGB (Red+Green+Blue) = 155+54+28=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B361C is #64C9E3. Grayscale: #515151. Windows color (decimal): -6605284 or 1848987. OLE color: 1848987.
HSL color Cylindrical-coordinate representation of color #9B361C: hue angle of 12.28º 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 #9B361C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 28 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.39 |
| HSL | 12.28º | 0.69% | 0.36% | - |
| HSV(B) | 12.28º | 0.82% | 0.61% | - |
| XYZ | 15.05 | 9.69 | 2.18 | - |
| YUV | 81.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 28 | 0 | 0.65 | 0.82 | 0.39 | 12.28 | 0.69 | 0.36 |
| Hex | 9B | 36 | 1C | 0 | 41 | 52 | 27 | C | 45 | 24 |
| Octal | 233 | 66 | 34 | 0 | 101 | 122 | 47 | 14 | 105 | 44 |
| Binary | 10011011 | 110110 | 11100 | 0 | 1000001 | 1010010 | 100111 | 1100 | 1000101 | 100100 |
Color Harmonies of #9B361C
Complementary color
Monochromatic Colors of #9B361C
Black with #9B361C
Text Example
Text Example
White with #9B361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B361C; }
p { color: rgb(155,54,28); }
H1.HeaderClassName
{
color: #9B361C;
}
.AnyTagClassName
{
color: #9B361C;
}
</style>
background-color css
<style>
a { background-color: #9B361C; }
a { background-color: rgb(155,54,28); }
div.DivClassName
{
background-color: #9B361C;
}
.BgClassName
{
background-color: #9B361C;
}
</style>
border-color css
<style>
span { border-color: #9B361C; }
span { border-color: rgb(155,54,28); }
td.TdClassName
{
border-color: #9B361C;
}
.TagClassName
{
border-color: #9B361C;
}
</style>