Shades of Saddle Brown #883A05
Tints of Saddle Brown #883A05
RGB
CMYK
RGB Variations
Color information
#883A05 (or 0x883A05) is known color: Saddle Brown. HEX triplet: 88, 3A and 05. RGB value is (136,58,5). Sum of RGB (Red+Green+Blue) = 136+58+5=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #883A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883A05 is #77C5FA. Grayscale: #4B4B4B. Windows color (decimal): -7849467 or 342664. OLE color: 342664.
HSL color Cylindrical-coordinate representation of color #883A05: hue angle of 24.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #883A05 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 5 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.47 |
| HSL | 24.27º | 0.93% | 0.28% | - |
| HSV(B) | 24.27º | 0.96% | 0.53% | - |
| XYZ | 11.69 | 8.27 | 1.12 | - |
| YUV | 75.28 | 88.34 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 5 | 0 | 0.57 | 0.96 | 0.47 | 24.27 | 0.93 | 0.28 |
| Hex | 88 | 3A | 5 | 0 | 39 | 60 | 2F | 18 | 5D | 1C |
| Octal | 210 | 72 | 5 | 0 | 71 | 140 | 57 | 30 | 135 | 34 |
| Binary | 10001000 | 111010 | 101 | 0 | 111001 | 1100000 | 101111 | 11000 | 1011101 | 11100 |
Color Harmonies of #883A05
Complementary color
Monochromatic Colors of #883A05
Black with #883A05
Text Example
Text Example
White with #883A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A05; }
p { color: rgb(136,58,5); }
H1.HeaderClassName
{
color: #883A05;
}
.AnyTagClassName
{
color: #883A05;
}
</style>
background-color css
<style>
a { background-color: #883A05; }
a { background-color: rgb(136,58,5); }
div.DivClassName
{
background-color: #883A05;
}
.BgClassName
{
background-color: #883A05;
}
</style>
border-color css
<style>
span { border-color: #883A05; }
span { border-color: rgb(136,58,5); }
td.TdClassName
{
border-color: #883A05;
}
.TagClassName
{
border-color: #883A05;
}
</style>