Shades of Saddle Brown #823B02
Tints of Saddle Brown #823B02
RGB
CMYK
RGB Variations
Color information
#823B02 (or 0x823B02) is known color: Saddle Brown. HEX triplet: 82, 3B and 02. RGB value is (130,59,2). Sum of RGB (Red+Green+Blue) = 130+59+2=191 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.06% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 130 - color contains mainly: red. Hex color #823B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823B02 is #7DC4FD. Grayscale: #4A4A4A. Windows color (decimal): -8242430 or 146306. OLE color: 146306.
HSL color Cylindrical-coordinate representation of color #823B02: hue angle of 26.72º 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 #823B02 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 59 | 2 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.49 |
| HSL | 26.72º | 0.97% | 0.26% | - |
| HSV(B) | 26.72º | 0.98% | 0.51% | - |
| XYZ | 10.78 | 7.88 | 1.01 | - |
| YUV | 73.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 2 | 0 | 0.55 | 0.98 | 0.49 | 26.72 | 0.97 | 0.26 |
| Hex | 82 | 3B | 2 | 0 | 37 | 62 | 31 | 1B | 61 | 1A |
| Octal | 202 | 73 | 2 | 0 | 67 | 142 | 61 | 33 | 141 | 32 |
| Binary | 10000010 | 111011 | 10 | 0 | 110111 | 1100010 | 110001 | 11011 | 1100001 | 11010 |
Color Harmonies of #823B02
Complementary color
Monochromatic Colors of #823B02
Black with #823B02
Text Example
Text Example
White with #823B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823B02; }
p { color: rgb(130,59,2); }
H1.HeaderClassName
{
color: #823B02;
}
.AnyTagClassName
{
color: #823B02;
}
</style>
background-color css
<style>
a { background-color: #823B02; }
a { background-color: rgb(130,59,2); }
div.DivClassName
{
background-color: #823B02;
}
.BgClassName
{
background-color: #823B02;
}
</style>
border-color css
<style>
span { border-color: #823B02; }
span { border-color: rgb(130,59,2); }
td.TdClassName
{
border-color: #823B02;
}
.TagClassName
{
border-color: #823B02;
}
</style>