Shades of Saddle Brown #933A02
Tints of Saddle Brown #933A02
RGB
CMYK
RGB Variations
Color information
#933A02 (or 0x933A02) is known color: Saddle Brown. HEX triplet: 93, 3A and 02. RGB value is (147,58,2). Sum of RGB (Red+Green+Blue) = 147+58+2=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #933A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A02 is #6CC5FD. Grayscale: #4E4E4E. Windows color (decimal): -7128574 or 146067. OLE color: 146067.
HSL color Cylindrical-coordinate representation of color #933A02: hue angle of 23.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #933A02 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.42 |
| HSL | 23.17º | 0.97% | 0.29% | - |
| HSV(B) | 23.17º | 0.99% | 0.58% | - |
| XYZ | 13.56 | 9.23 | 1.13 | - |
| YUV | 78.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 2 | 0 | 0.61 | 0.99 | 0.42 | 23.17 | 0.97 | 0.29 |
| Hex | 93 | 3A | 2 | 0 | 3D | 63 | 2A | 17 | 61 | 1D |
| Octal | 223 | 72 | 2 | 0 | 75 | 143 | 52 | 27 | 141 | 35 |
| Binary | 10010011 | 111010 | 10 | 0 | 111101 | 1100011 | 101010 | 10111 | 1100001 | 11101 |
Color Harmonies of #933A02
Complementary color
Monochromatic Colors of #933A02
Black with #933A02
Text Example
Text Example
White with #933A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A02; }
p { color: rgb(147,58,2); }
H1.HeaderClassName
{
color: #933A02;
}
.AnyTagClassName
{
color: #933A02;
}
</style>
background-color css
<style>
a { background-color: #933A02; }
a { background-color: rgb(147,58,2); }
div.DivClassName
{
background-color: #933A02;
}
.BgClassName
{
background-color: #933A02;
}
</style>
border-color css
<style>
span { border-color: #933A02; }
span { border-color: rgb(147,58,2); }
td.TdClassName
{
border-color: #933A02;
}
.TagClassName
{
border-color: #933A02;
}
</style>