Shades of Golden Brown #8D651C
Tints of Golden Brown #8D651C
RGB
CMYK
RGB Variations
Color information
#8D651C (or 0x8D651C) is known color: Golden Brown. HEX triplet: 8D, 65 and 1C. RGB value is (141,101,28). Sum of RGB (Red+Green+Blue) = 141+101+28=270 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.22% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 141 - color contains mainly: red. Hex color #8D651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D651C is #729AE3. Grayscale: #686868. Windows color (decimal): -7510756 or 1861005. OLE color: 1861005.
HSL color Cylindrical-coordinate representation of color #8D651C: hue angle of 38.76º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D651C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 28 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.45 |
| HSL | 38.76º | 0.67% | 0.33% | - |
| HSV(B) | 38.76º | 0.8% | 0.55% | - |
| XYZ | 15.85 | 15.05 | 3.17 | - |
| YUV | 104.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 28 | 0 | 0.28 | 0.80 | 0.45 | 38.76 | 0.67 | 0.33 |
| Hex | 8D | 65 | 1C | 0 | 1C | 50 | 2D | 27 | 43 | 21 |
| Octal | 215 | 145 | 34 | 0 | 34 | 120 | 55 | 47 | 103 | 41 |
| Binary | 10001101 | 1100101 | 11100 | 0 | 11100 | 1010000 | 101101 | 100111 | 1000011 | 100001 |
Color Harmonies of #8D651C
Complementary color
Monochromatic Colors of #8D651C
Black with #8D651C
Text Example
Text Example
White with #8D651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D651C; }
p { color: rgb(141,101,28); }
H1.HeaderClassName
{
color: #8D651C;
}
.AnyTagClassName
{
color: #8D651C;
}
</style>
background-color css
<style>
a { background-color: #8D651C; }
a { background-color: rgb(141,101,28); }
div.DivClassName
{
background-color: #8D651C;
}
.BgClassName
{
background-color: #8D651C;
}
</style>
border-color css
<style>
span { border-color: #8D651C; }
span { border-color: rgb(141,101,28); }
td.TdClassName
{
border-color: #8D651C;
}
.TagClassName
{
border-color: #8D651C;
}
</style>