Shades of Saddle Brown #833D01
Tints of Saddle Brown #833D01
RGB
CMYK
RGB Variations
Color information
#833D01 (or 0x833D01) is known color: Saddle Brown. HEX triplet: 83, 3D and 01. RGB value is (131,61,1). Sum of RGB (Red+Green+Blue) = 131+61+1=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #833D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D01 is #7CC2FE. Grayscale: #4B4B4B. Windows color (decimal): -8176383 or 81283. OLE color: 81283.
HSL color Cylindrical-coordinate representation of color #833D01: hue angle of 27.69º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #833D01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 61 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.49 |
| HSL | 27.69º | 0.98% | 0.26% | - |
| HSV(B) | 27.69º | 0.99% | 0.51% | - |
| XYZ | 11.03 | 8.16 | 1.02 | - |
| YUV | 75.09 | 86.19 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 1 | 0 | 0.53 | 0.99 | 0.49 | 27.69 | 0.98 | 0.26 |
| Hex | 83 | 3D | 1 | 0 | 35 | 63 | 31 | 1C | 62 | 1A |
| Octal | 203 | 75 | 1 | 0 | 65 | 143 | 61 | 34 | 142 | 32 |
| Binary | 10000011 | 111101 | 1 | 0 | 110101 | 1100011 | 110001 | 11100 | 1100010 | 11010 |
Color Harmonies of #833D01
Complementary color
Monochromatic Colors of #833D01
Black with #833D01
Text Example
Text Example
White with #833D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833D01; }
p { color: rgb(131,61,1); }
H1.HeaderClassName
{
color: #833D01;
}
.AnyTagClassName
{
color: #833D01;
}
</style>
background-color css
<style>
a { background-color: #833D01; }
a { background-color: rgb(131,61,1); }
div.DivClassName
{
background-color: #833D01;
}
.BgClassName
{
background-color: #833D01;
}
</style>
border-color css
<style>
span { border-color: #833D01; }
span { border-color: rgb(131,61,1); }
td.TdClassName
{
border-color: #833D01;
}
.TagClassName
{
border-color: #833D01;
}
</style>