Shades of Saddle Brown #934C00
Tints of Saddle Brown #934C00
RGB
CMYK
RGB Variations
Color information
#934C00 (or 0x934C00) is known color: Saddle Brown. HEX triplet: 93, 4C and 00. RGB value is (147,76,0). Sum of RGB (Red+Green+Blue) = 147+76+0=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #934C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934C00 is #6CB3FF. Grayscale: #585858. Windows color (decimal): -7123968 or 19603. OLE color: 19603.
HSL color Cylindrical-coordinate representation of color #934C00: hue angle of 31.02º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #934C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.42 |
| HSL | 31.02º | 1% | 0.29% | - |
| HSV(B) | 31.02º | 1% | 0.58% | - |
| XYZ | 14.62 | 11.37 | 1.42 | - |
| YUV | 88.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 0 | 0 | 0.48 | 1 | 0.42 | 31.02 | 1 | 0.29 |
| Hex | 93 | 4C | 0 | 0 | 30 | 64 | 2A | 1F | 64 | 1D |
| Octal | 223 | 114 | 0 | 0 | 60 | 144 | 52 | 37 | 144 | 35 |
| Binary | 10010011 | 1001100 | 0 | 0 | 110000 | 1100100 | 101010 | 11111 | 1100100 | 11101 |
Color Harmonies of #934C00
Complementary color
Monochromatic Colors of #934C00
Black with #934C00
Text Example
Text Example
White with #934C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C00; }
p { color: rgb(147,76,0); }
H1.HeaderClassName
{
color: #934C00;
}
.AnyTagClassName
{
color: #934C00;
}
</style>
background-color css
<style>
a { background-color: #934C00; }
a { background-color: rgb(147,76,0); }
div.DivClassName
{
background-color: #934C00;
}
.BgClassName
{
background-color: #934C00;
}
</style>
border-color css
<style>
span { border-color: #934C00; }
span { border-color: rgb(147,76,0); }
td.TdClassName
{
border-color: #934C00;
}
.TagClassName
{
border-color: #934C00;
}
</style>