Shades of Saddle Brown #834403
Tints of Saddle Brown #834403
RGB
CMYK
RGB Variations
Color information
#834403 (or 0x834403) is known color: Saddle Brown. HEX triplet: 83, 44 and 03. RGB value is (131,68,3). Sum of RGB (Red+Green+Blue) = 131+68+3=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #834403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834403 is #7CBBFC. Grayscale: #4F4F4F. Windows color (decimal): -8174589 or 214147. OLE color: 214147.
HSL color Cylindrical-coordinate representation of color #834403: hue angle of 30.47º degrees, saturation: 0.96, 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 #834403 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 3 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.49 |
| HSL | 30.47º | 0.96% | 0.26% | - |
| HSV(B) | 30.47º | 0.98% | 0.51% | - |
| XYZ | 11.44 | 8.97 | 1.21 | - |
| YUV | 79.43 | 84.87 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 3 | 0 | 0.48 | 0.98 | 0.49 | 30.47 | 0.96 | 0.26 |
| Hex | 83 | 44 | 3 | 0 | 30 | 62 | 31 | 1E | 60 | 1A |
| Octal | 203 | 104 | 3 | 0 | 60 | 142 | 61 | 36 | 140 | 32 |
| Binary | 10000011 | 1000100 | 11 | 0 | 110000 | 1100010 | 110001 | 11110 | 1100000 | 11010 |
Color Harmonies of #834403
Complementary color
Monochromatic Colors of #834403
Black with #834403
Text Example
Text Example
White with #834403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834403; }
p { color: rgb(131,68,3); }
H1.HeaderClassName
{
color: #834403;
}
.AnyTagClassName
{
color: #834403;
}
</style>
background-color css
<style>
a { background-color: #834403; }
a { background-color: rgb(131,68,3); }
div.DivClassName
{
background-color: #834403;
}
.BgClassName
{
background-color: #834403;
}
</style>
border-color css
<style>
span { border-color: #834403; }
span { border-color: rgb(131,68,3); }
td.TdClassName
{
border-color: #834403;
}
.TagClassName
{
border-color: #834403;
}
</style>