Shades of Saddle Brown #833C01
Tints of Saddle Brown #833C01
RGB
CMYK
RGB Variations
Color information
#833C01 (or 0x833C01) is known color: Saddle Brown. HEX triplet: 83, 3C and 01. RGB value is (131,60,1). Sum of RGB (Red+Green+Blue) = 131+60+1=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #833C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C01 is #7CC3FE. Grayscale: #4A4A4A. Windows color (decimal): -8176639 or 81027. OLE color: 81027.
HSL color Cylindrical-coordinate representation of color #833C01: hue angle of 27.23º 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 #833C01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.49 |
| HSL | 27.23º | 0.98% | 0.26% | - |
| HSV(B) | 27.23º | 0.99% | 0.51% | - |
| XYZ | 10.98 | 8.06 | 1.01 | - |
| YUV | 74.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 1 | 0 | 0.54 | 0.99 | 0.49 | 27.23 | 0.98 | 0.26 |
| Hex | 83 | 3C | 1 | 0 | 36 | 63 | 31 | 1B | 62 | 1A |
| Octal | 203 | 74 | 1 | 0 | 66 | 143 | 61 | 33 | 142 | 32 |
| Binary | 10000011 | 111100 | 1 | 0 | 110110 | 1100011 | 110001 | 11011 | 1100010 | 11010 |
Color Harmonies of #833C01
Complementary color
Monochromatic Colors of #833C01
Black with #833C01
Text Example
Text Example
White with #833C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C01; }
p { color: rgb(131,60,1); }
H1.HeaderClassName
{
color: #833C01;
}
.AnyTagClassName
{
color: #833C01;
}
</style>
background-color css
<style>
a { background-color: #833C01; }
a { background-color: rgb(131,60,1); }
div.DivClassName
{
background-color: #833C01;
}
.BgClassName
{
background-color: #833C01;
}
</style>
border-color css
<style>
span { border-color: #833C01; }
span { border-color: rgb(131,60,1); }
td.TdClassName
{
border-color: #833C01;
}
.TagClassName
{
border-color: #833C01;
}
</style>