Shades of Golden Brown #8D630D
Tints of Golden Brown #8D630D
RGB
CMYK
RGB Variations
Color information
#8D630D (or 0x8D630D) is known color: Golden Brown. HEX triplet: 8D, 63 and 0D. RGB value is (141,99,13). Sum of RGB (Red+Green+Blue) = 141+99+13=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D630D is #729CF2. Grayscale: #666666. Windows color (decimal): -7511283 or 877453. OLE color: 877453.
HSL color Cylindrical-coordinate representation of color #8D630D: hue angle of 40.31º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D630D is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 13 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.45 |
| HSL | 40.31º | 0.83% | 0.3% | - |
| HSV(B) | 40.31º | 0.91% | 0.55% | - |
| XYZ | 15.52 | 14.62 | 2.38 | - |
| YUV | 101.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 13 | 0 | 0.30 | 0.91 | 0.45 | 40.31 | 0.83 | 0.3 |
| Hex | 8D | 63 | D | 0 | 1E | 5B | 2D | 28 | 53 | 1E |
| Octal | 215 | 143 | 15 | 0 | 36 | 133 | 55 | 50 | 123 | 36 |
| Binary | 10001101 | 1100011 | 1101 | 0 | 11110 | 1011011 | 101101 | 101000 | 1010011 | 11110 |
Color Harmonies of #8D630D
Complementary color
Monochromatic Colors of #8D630D
Black with #8D630D
Text Example
Text Example
White with #8D630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D630D; }
p { color: rgb(141,99,13); }
H1.HeaderClassName
{
color: #8D630D;
}
.AnyTagClassName
{
color: #8D630D;
}
</style>
background-color css
<style>
a { background-color: #8D630D; }
a { background-color: rgb(141,99,13); }
div.DivClassName
{
background-color: #8D630D;
}
.BgClassName
{
background-color: #8D630D;
}
</style>
border-color css
<style>
span { border-color: #8D630D; }
span { border-color: rgb(141,99,13); }
td.TdClassName
{
border-color: #8D630D;
}
.TagClassName
{
border-color: #8D630D;
}
</style>