Shades of Saddle Brown #834303
Tints of Saddle Brown #834303
RGB
CMYK
RGB Variations
Color information
#834303 (or 0x834303) is known color: Saddle Brown. HEX triplet: 83, 43 and 03. RGB value is (131,67,3). Sum of RGB (Red+Green+Blue) = 131+67+3=201 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.17% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 131 - color contains mainly: red. Hex color #834303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834303 is #7CBCFC. Grayscale: #4F4F4F. Windows color (decimal): -8174845 or 213891. OLE color: 213891.
HSL color Cylindrical-coordinate representation of color #834303: hue angle of 30º 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 #834303 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 67 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.49 |
| HSL | 30º | 0.96% | 0.26% | - |
| HSV(B) | 30º | 0.98% | 0.51% | - |
| XYZ | 11.38 | 8.85 | 1.19 | - |
| YUV | 78.84 | 85.2 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 3 | 0 | 0.49 | 0.98 | 0.49 | 30 | 0.96 | 0.26 |
| Hex | 83 | 43 | 3 | 0 | 31 | 62 | 31 | 1E | 60 | 1A |
| Octal | 203 | 103 | 3 | 0 | 61 | 142 | 61 | 36 | 140 | 32 |
| Binary | 10000011 | 1000011 | 11 | 0 | 110001 | 1100010 | 110001 | 11110 | 1100000 | 11010 |
Color Harmonies of #834303
Complementary color
Monochromatic Colors of #834303
Black with #834303
Text Example
Text Example
White with #834303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834303; }
p { color: rgb(131,67,3); }
H1.HeaderClassName
{
color: #834303;
}
.AnyTagClassName
{
color: #834303;
}
</style>
background-color css
<style>
a { background-color: #834303; }
a { background-color: rgb(131,67,3); }
div.DivClassName
{
background-color: #834303;
}
.BgClassName
{
background-color: #834303;
}
</style>
border-color css
<style>
span { border-color: #834303; }
span { border-color: rgb(131,67,3); }
td.TdClassName
{
border-color: #834303;
}
.TagClassName
{
border-color: #834303;
}
</style>