Shades of Saddle Brown #934F03
Tints of Saddle Brown #934F03
RGB
CMYK
RGB Variations
Color information
#934F03 (or 0x934F03) is known color: Saddle Brown. HEX triplet: 93, 4F and 03. RGB value is (147,79,3). Sum of RGB (Red+Green+Blue) = 147+79+3=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #934F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934F03 is #6CB0FC. Grayscale: #5B5B5B. Windows color (decimal): -7123197 or 216979. OLE color: 216979.
HSL color Cylindrical-coordinate representation of color #934F03: hue angle of 31.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #934F03 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.42 |
| HSL | 31.67º | 0.96% | 0.29% | - |
| HSV(B) | 31.67º | 0.98% | 0.58% | - |
| XYZ | 14.85 | 11.8 | 1.58 | - |
| YUV | 90.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 3 | 0 | 0.46 | 0.98 | 0.42 | 31.67 | 0.96 | 0.29 |
| Hex | 93 | 4F | 3 | 0 | 2E | 62 | 2A | 20 | 60 | 1D |
| Octal | 223 | 117 | 3 | 0 | 56 | 142 | 52 | 40 | 140 | 35 |
| Binary | 10010011 | 1001111 | 11 | 0 | 101110 | 1100010 | 101010 | 100000 | 1100000 | 11101 |
Color Harmonies of #934F03
Complementary color
Monochromatic Colors of #934F03
Black with #934F03
Text Example
Text Example
White with #934F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F03; }
p { color: rgb(147,79,3); }
H1.HeaderClassName
{
color: #934F03;
}
.AnyTagClassName
{
color: #934F03;
}
</style>
background-color css
<style>
a { background-color: #934F03; }
a { background-color: rgb(147,79,3); }
div.DivClassName
{
background-color: #934F03;
}
.BgClassName
{
background-color: #934F03;
}
</style>
border-color css
<style>
span { border-color: #934F03; }
span { border-color: rgb(147,79,3); }
td.TdClassName
{
border-color: #934F03;
}
.TagClassName
{
border-color: #934F03;
}
</style>