Shades of Saddle Brown #814300
Tints of Saddle Brown #814300
RGB
CMYK
RGB Variations
Color information
#814300 (or 0x814300) is known color: Saddle Brown. HEX triplet: 81, 43 and 00. RGB value is (129,67,0). Sum of RGB (Red+Green+Blue) = 129+67+0=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #814300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814300 is #7EBCFF. Grayscale: #4E4E4E. Windows color (decimal): -8305920 or 17281. OLE color: 17281.
HSL color Cylindrical-coordinate representation of color #814300: hue angle of 31.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #814300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.49 |
| HSL | 31.16º | 1% | 0.25% | - |
| HSV(B) | 31.16º | 1% | 0.51% | - |
| XYZ | 11.06 | 8.68 | 1.09 | - |
| YUV | 77.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 0 | 0 | 0.48 | 1 | 0.49 | 31.16 | 1 | 0.25 |
| Hex | 81 | 43 | 0 | 0 | 30 | 64 | 31 | 1F | 64 | 19 |
| Octal | 201 | 103 | 0 | 0 | 60 | 144 | 61 | 37 | 144 | 31 |
| Binary | 10000001 | 1000011 | 0 | 0 | 110000 | 1100100 | 110001 | 11111 | 1100100 | 11001 |
Color Harmonies of #814300
Complementary color
Monochromatic Colors of #814300
Black with #814300
Text Example
Text Example
White with #814300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814300; }
p { color: rgb(129,67,0); }
H1.HeaderClassName
{
color: #814300;
}
.AnyTagClassName
{
color: #814300;
}
</style>
background-color css
<style>
a { background-color: #814300; }
a { background-color: rgb(129,67,0); }
div.DivClassName
{
background-color: #814300;
}
.BgClassName
{
background-color: #814300;
}
</style>
border-color css
<style>
span { border-color: #814300; }
span { border-color: rgb(129,67,0); }
td.TdClassName
{
border-color: #814300;
}
.TagClassName
{
border-color: #814300;
}
</style>