Shades of Saddle Brown #823C02
Tints of Saddle Brown #823C02
RGB
CMYK
RGB Variations
Color information
#823C02 (or 0x823C02) is known color: Saddle Brown. HEX triplet: 82, 3C and 02. RGB value is (130,60,2). Sum of RGB (Red+Green+Blue) = 130+60+2=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #823C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823C02 is #7DC3FD. Grayscale: #4A4A4A. Windows color (decimal): -8242174 or 146562. OLE color: 146562.
HSL color Cylindrical-coordinate representation of color #823C02: hue angle of 27.19º 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 #823C02 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.49 |
| HSL | 27.19º | 0.97% | 0.26% | - |
| HSV(B) | 27.19º | 0.98% | 0.51% | - |
| XYZ | 10.83 | 7.98 | 1.03 | - |
| YUV | 74.32 | 87.19 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 2 | 0 | 0.54 | 0.98 | 0.49 | 27.19 | 0.97 | 0.26 |
| Hex | 82 | 3C | 2 | 0 | 36 | 62 | 31 | 1B | 61 | 1A |
| Octal | 202 | 74 | 2 | 0 | 66 | 142 | 61 | 33 | 141 | 32 |
| Binary | 10000010 | 111100 | 10 | 0 | 110110 | 1100010 | 110001 | 11011 | 1100001 | 11010 |
Color Harmonies of #823C02
Complementary color
Monochromatic Colors of #823C02
Black with #823C02
Text Example
Text Example
White with #823C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C02; }
p { color: rgb(130,60,2); }
H1.HeaderClassName
{
color: #823C02;
}
.AnyTagClassName
{
color: #823C02;
}
</style>
background-color css
<style>
a { background-color: #823C02; }
a { background-color: rgb(130,60,2); }
div.DivClassName
{
background-color: #823C02;
}
.BgClassName
{
background-color: #823C02;
}
</style>
border-color css
<style>
span { border-color: #823C02; }
span { border-color: rgb(130,60,2); }
td.TdClassName
{
border-color: #823C02;
}
.TagClassName
{
border-color: #823C02;
}
</style>