Shades of Saddle Brown #883D07
Tints of Saddle Brown #883D07
RGB
CMYK
RGB Variations
Color information
#883D07 (or 0x883D07) is known color: Saddle Brown. HEX triplet: 88, 3D and 07. RGB value is (136,61,7). Sum of RGB (Red+Green+Blue) = 136+61+7=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #883D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D07 is #77C2F8. Grayscale: #4D4D4D. Windows color (decimal): -7848697 or 474504. OLE color: 474504.
HSL color Cylindrical-coordinate representation of color #883D07: hue angle of 25.12º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #883D07 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 7 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.47 |
| HSL | 25.12º | 0.9% | 0.28% | - |
| HSV(B) | 25.12º | 0.95% | 0.53% | - |
| XYZ | 11.86 | 8.59 | 1.23 | - |
| YUV | 77.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 7 | 0 | 0.55 | 0.95 | 0.47 | 25.12 | 0.9 | 0.28 |
| Hex | 88 | 3D | 7 | 0 | 37 | 5F | 2F | 19 | 5A | 1C |
| Octal | 210 | 75 | 7 | 0 | 67 | 137 | 57 | 31 | 132 | 34 |
| Binary | 10001000 | 111101 | 111 | 0 | 110111 | 1011111 | 101111 | 11001 | 1011010 | 11100 |
Color Harmonies of #883D07
Complementary color
Monochromatic Colors of #883D07
Black with #883D07
Text Example
Text Example
White with #883D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D07; }
p { color: rgb(136,61,7); }
H1.HeaderClassName
{
color: #883D07;
}
.AnyTagClassName
{
color: #883D07;
}
</style>
background-color css
<style>
a { background-color: #883D07; }
a { background-color: rgb(136,61,7); }
div.DivClassName
{
background-color: #883D07;
}
.BgClassName
{
background-color: #883D07;
}
</style>
border-color css
<style>
span { border-color: #883D07; }
span { border-color: rgb(136,61,7); }
td.TdClassName
{
border-color: #883D07;
}
.TagClassName
{
border-color: #883D07;
}
</style>