Shades of Saddle Brown #9B430C
Tints of Saddle Brown #9B430C
RGB
CMYK
RGB Variations
Color information
#9B430C (or 0x9B430C) is known color: Saddle Brown. HEX triplet: 9B, 43 and 0C. RGB value is (155,67,12). Sum of RGB (Red+Green+Blue) = 155+67+12=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B430C is #64BCF3. Grayscale: #575757. Windows color (decimal): -6601972 or 803739. OLE color: 803739.
HSL color Cylindrical-coordinate representation of color #9B430C: hue angle of 23.08º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B430C is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 67 | 12 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.39 |
| HSL | 23.08º | 0.86% | 0.33% | - |
| HSV(B) | 23.08º | 0.92% | 0.61% | - |
| XYZ | 15.59 | 11.01 | 1.65 | - |
| YUV | 87.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 67 | 12 | 0 | 0.57 | 0.92 | 0.39 | 23.08 | 0.86 | 0.33 |
| Hex | 9B | 43 | C | 0 | 39 | 5C | 27 | 17 | 56 | 21 |
| Octal | 233 | 103 | 14 | 0 | 71 | 134 | 47 | 27 | 126 | 41 |
| Binary | 10011011 | 1000011 | 1100 | 0 | 111001 | 1011100 | 100111 | 10111 | 1010110 | 100001 |
Color Harmonies of #9B430C
Complementary color
Monochromatic Colors of #9B430C
Black with #9B430C
Text Example
Text Example
White with #9B430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B430C; }
p { color: rgb(155,67,12); }
H1.HeaderClassName
{
color: #9B430C;
}
.AnyTagClassName
{
color: #9B430C;
}
</style>
background-color css
<style>
a { background-color: #9B430C; }
a { background-color: rgb(155,67,12); }
div.DivClassName
{
background-color: #9B430C;
}
.BgClassName
{
background-color: #9B430C;
}
</style>
border-color css
<style>
span { border-color: #9B430C; }
span { border-color: rgb(155,67,12); }
td.TdClassName
{
border-color: #9B430C;
}
.TagClassName
{
border-color: #9B430C;
}
</style>