Shades of Saddle Brown #833C02
Tints of Saddle Brown #833C02
RGB
CMYK
RGB Variations
Color information
#833C02 (or 0x833C02) is known color: Saddle Brown. HEX triplet: 83, 3C and 02. RGB value is (131,60,2). Sum of RGB (Red+Green+Blue) = 131+60+2=193 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.88% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 131 - color contains mainly: red. Hex color #833C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C02 is #7CC3FD. Grayscale: #4A4A4A. Windows color (decimal): -8176638 or 146563. OLE color: 146563.
HSL color Cylindrical-coordinate representation of color #833C02: hue angle of 26.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #833C02 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.49 |
| HSL | 26.98º | 0.97% | 0.26% | - |
| HSV(B) | 26.98º | 0.98% | 0.51% | - |
| XYZ | 10.99 | 8.06 | 1.03 | - |
| YUV | 74.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 2 | 0 | 0.54 | 0.98 | 0.49 | 26.98 | 0.97 | 0.26 |
| Hex | 83 | 3C | 2 | 0 | 36 | 62 | 31 | 1B | 61 | 1A |
| Octal | 203 | 74 | 2 | 0 | 66 | 142 | 61 | 33 | 141 | 32 |
| Binary | 10000011 | 111100 | 10 | 0 | 110110 | 1100010 | 110001 | 11011 | 1100001 | 11010 |
Color Harmonies of #833C02
Complementary color
Monochromatic Colors of #833C02
Black with #833C02
Text Example
Text Example
White with #833C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C02; }
p { color: rgb(131,60,2); }
H1.HeaderClassName
{
color: #833C02;
}
.AnyTagClassName
{
color: #833C02;
}
</style>
background-color css
<style>
a { background-color: #833C02; }
a { background-color: rgb(131,60,2); }
div.DivClassName
{
background-color: #833C02;
}
.BgClassName
{
background-color: #833C02;
}
</style>
border-color css
<style>
span { border-color: #833C02; }
span { border-color: rgb(131,60,2); }
td.TdClassName
{
border-color: #833C02;
}
.TagClassName
{
border-color: #833C02;
}
</style>