Shades of Saddle Brown #934B05
Tints of Saddle Brown #934B05
RGB
CMYK
RGB Variations
Color information
#934B05 (or 0x934B05) is known color: Saddle Brown. HEX triplet: 93, 4B and 05. RGB value is (147,75,5). Sum of RGB (Red+Green+Blue) = 147+75+5=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #934B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934B05 is #6CB4FA. Grayscale: #585858. Windows color (decimal): -7124219 or 347027. OLE color: 347027.
HSL color Cylindrical-coordinate representation of color #934B05: hue angle of 29.58º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #934B05 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 75 | 5 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.42 |
| HSL | 29.58º | 0.93% | 0.3% | - |
| HSV(B) | 29.58º | 0.97% | 0.58% | - |
| XYZ | 14.58 | 11.25 | 1.55 | - |
| YUV | 88.55 | 80.85 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 75 | 5 | 0 | 0.49 | 0.97 | 0.42 | 29.58 | 0.93 | 0.3 |
| Hex | 93 | 4B | 5 | 0 | 31 | 61 | 2A | 1E | 5D | 1E |
| Octal | 223 | 113 | 5 | 0 | 61 | 141 | 52 | 36 | 135 | 36 |
| Binary | 10010011 | 1001011 | 101 | 0 | 110001 | 1100001 | 101010 | 11110 | 1011101 | 11110 |
Color Harmonies of #934B05
Complementary color
Monochromatic Colors of #934B05
Black with #934B05
Text Example
Text Example
White with #934B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934B05; }
p { color: rgb(147,75,5); }
H1.HeaderClassName
{
color: #934B05;
}
.AnyTagClassName
{
color: #934B05;
}
</style>
background-color css
<style>
a { background-color: #934B05; }
a { background-color: rgb(147,75,5); }
div.DivClassName
{
background-color: #934B05;
}
.BgClassName
{
background-color: #934B05;
}
</style>
border-color css
<style>
span { border-color: #934B05; }
span { border-color: rgb(147,75,5); }
td.TdClassName
{
border-color: #934B05;
}
.TagClassName
{
border-color: #934B05;
}
</style>