Shades of Saddle Brown #883A02
Tints of Saddle Brown #883A02
RGB
CMYK
RGB Variations
Color information
#883A02 (or 0x883A02) is known color: Saddle Brown. HEX triplet: 88, 3A and 02. RGB value is (136,58,2). Sum of RGB (Red+Green+Blue) = 136+58+2=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #883A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883A02 is #77C5FD. Grayscale: #4B4B4B. Windows color (decimal): -7849470 or 146056. OLE color: 146056.
HSL color Cylindrical-coordinate representation of color #883A02: hue angle of 25.07º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #883A02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.47 |
| HSL | 25.07º | 0.97% | 0.27% | - |
| HSV(B) | 25.07º | 0.99% | 0.53% | - |
| XYZ | 11.68 | 8.26 | 1.04 | - |
| YUV | 74.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 2 | 0 | 0.57 | 0.99 | 0.47 | 25.07 | 0.97 | 0.27 |
| Hex | 88 | 3A | 2 | 0 | 39 | 63 | 2F | 19 | 61 | 1B |
| Octal | 210 | 72 | 2 | 0 | 71 | 143 | 57 | 31 | 141 | 33 |
| Binary | 10001000 | 111010 | 10 | 0 | 111001 | 1100011 | 101111 | 11001 | 1100001 | 11011 |
Color Harmonies of #883A02
Complementary color
Monochromatic Colors of #883A02
Black with #883A02
Text Example
Text Example
White with #883A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A02; }
p { color: rgb(136,58,2); }
H1.HeaderClassName
{
color: #883A02;
}
.AnyTagClassName
{
color: #883A02;
}
</style>
background-color css
<style>
a { background-color: #883A02; }
a { background-color: rgb(136,58,2); }
div.DivClassName
{
background-color: #883A02;
}
.BgClassName
{
background-color: #883A02;
}
</style>
border-color css
<style>
span { border-color: #883A02; }
span { border-color: rgb(136,58,2); }
td.TdClassName
{
border-color: #883A02;
}
.TagClassName
{
border-color: #883A02;
}
</style>