Shades of Saddle Brown #834502
Tints of Saddle Brown #834502
RGB
CMYK
RGB Variations
Color information
#834502 (or 0x834502) is known color: Saddle Brown. HEX triplet: 83, 45 and 02. RGB value is (131,69,2). Sum of RGB (Red+Green+Blue) = 131+69+2=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #834502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834502 is #7CBAFD. Grayscale: #505050. Windows color (decimal): -8174334 or 148867. OLE color: 148867.
HSL color Cylindrical-coordinate representation of color #834502: hue angle of 31.16º 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 #834502 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 69 | 2 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.49 |
| HSL | 31.16º | 0.97% | 0.26% | - |
| HSV(B) | 31.16º | 0.98% | 0.51% | - |
| XYZ | 11.5 | 9.09 | 1.21 | - |
| YUV | 79.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 2 | 0 | 0.47 | 0.98 | 0.49 | 31.16 | 0.97 | 0.26 |
| Hex | 83 | 45 | 2 | 0 | 2F | 62 | 31 | 1F | 61 | 1A |
| Octal | 203 | 105 | 2 | 0 | 57 | 142 | 61 | 37 | 141 | 32 |
| Binary | 10000011 | 1000101 | 10 | 0 | 101111 | 1100010 | 110001 | 11111 | 1100001 | 11010 |
Color Harmonies of #834502
Complementary color
Monochromatic Colors of #834502
Black with #834502
Text Example
Text Example
White with #834502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834502; }
p { color: rgb(131,69,2); }
H1.HeaderClassName
{
color: #834502;
}
.AnyTagClassName
{
color: #834502;
}
</style>
background-color css
<style>
a { background-color: #834502; }
a { background-color: rgb(131,69,2); }
div.DivClassName
{
background-color: #834502;
}
.BgClassName
{
background-color: #834502;
}
</style>
border-color css
<style>
span { border-color: #834502; }
span { border-color: rgb(131,69,2); }
td.TdClassName
{
border-color: #834502;
}
.TagClassName
{
border-color: #834502;
}
</style>