Shades of Saddle Brown #82430C
Tints of Saddle Brown #82430C
RGB
CMYK
RGB Variations
Color information
#82430C (or 0x82430C) is known color: Saddle Brown. HEX triplet: 82, 43 and 0C. RGB value is (130,67,12). Sum of RGB (Red+Green+Blue) = 130+67+12=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82430C is #7DBCF3. Grayscale: #4F4F4F. Windows color (decimal): -8240372 or 803714. OLE color: 803714.
HSL color Cylindrical-coordinate representation of color #82430C: hue angle of 27.97º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82430C is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 67 | 12 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.49 |
| HSL | 27.97º | 0.83% | 0.28% | - |
| HSV(B) | 27.97º | 0.91% | 0.51% | - |
| XYZ | 11.28 | 8.79 | 1.45 | - |
| YUV | 79.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 67 | 12 | 0 | 0.48 | 0.91 | 0.49 | 27.97 | 0.83 | 0.28 |
| Hex | 82 | 43 | C | 0 | 30 | 5B | 31 | 1C | 53 | 1C |
| Octal | 202 | 103 | 14 | 0 | 60 | 133 | 61 | 34 | 123 | 34 |
| Binary | 10000010 | 1000011 | 1100 | 0 | 110000 | 1011011 | 110001 | 11100 | 1010011 | 11100 |
Color Harmonies of #82430C
Complementary color
Monochromatic Colors of #82430C
Black with #82430C
Text Example
Text Example
White with #82430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82430C; }
p { color: rgb(130,67,12); }
H1.HeaderClassName
{
color: #82430C;
}
.AnyTagClassName
{
color: #82430C;
}
</style>
background-color css
<style>
a { background-color: #82430C; }
a { background-color: rgb(130,67,12); }
div.DivClassName
{
background-color: #82430C;
}
.BgClassName
{
background-color: #82430C;
}
</style>
border-color css
<style>
span { border-color: #82430C; }
span { border-color: rgb(130,67,12); }
td.TdClassName
{
border-color: #82430C;
}
.TagClassName
{
border-color: #82430C;
}
</style>