Shades of Saddle Brown #833A00
Tints of Saddle Brown #833A00
RGB
CMYK
RGB Variations
Color information
#833A00 (or 0x833A00) is known color: Saddle Brown. HEX triplet: 83, 3A and 00. RGB value is (131,58,0). Sum of RGB (Red+Green+Blue) = 131+58+0=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #833A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833A00 is #7CC5FF. Grayscale: #494949. Windows color (decimal): -8177152 or 14979. OLE color: 14979.
HSL color Cylindrical-coordinate representation of color #833A00: hue angle of 26.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #833A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 58 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.49 |
| HSL | 26.56º | 1% | 0.26% | - |
| HSV(B) | 26.56º | 1% | 0.51% | - |
| XYZ | 10.87 | 7.85 | 0.94 | - |
| YUV | 73.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 0 | 0 | 0.56 | 1 | 0.49 | 26.56 | 1 | 0.26 |
| Hex | 83 | 3A | 0 | 0 | 38 | 64 | 31 | 1B | 64 | 1A |
| Octal | 203 | 72 | 0 | 0 | 70 | 144 | 61 | 33 | 144 | 32 |
| Binary | 10000011 | 111010 | 0 | 0 | 111000 | 1100100 | 110001 | 11011 | 1100100 | 11010 |
Color Harmonies of #833A00
Complementary color
Monochromatic Colors of #833A00
Black with #833A00
Text Example
Text Example
White with #833A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A00; }
p { color: rgb(131,58,0); }
H1.HeaderClassName
{
color: #833A00;
}
.AnyTagClassName
{
color: #833A00;
}
</style>
background-color css
<style>
a { background-color: #833A00; }
a { background-color: rgb(131,58,0); }
div.DivClassName
{
background-color: #833A00;
}
.BgClassName
{
background-color: #833A00;
}
</style>
border-color css
<style>
span { border-color: #833A00; }
span { border-color: rgb(131,58,0); }
td.TdClassName
{
border-color: #833A00;
}
.TagClassName
{
border-color: #833A00;
}
</style>