Shades of Golden Brown #A75C0D
Tints of Golden Brown #A75C0D
RGB
CMYK
RGB Variations
Color information
#A75C0D (or 0xA75C0D) is known color: Golden Brown. HEX triplet: A7, 5C and 0D. RGB value is (167,92,13). Sum of RGB (Red+Green+Blue) = 167+92+13=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75C0D is #58A3F2. Grayscale: #696969. Windows color (decimal): -5809139 or 875687. OLE color: 875687.
HSL color Cylindrical-coordinate representation of color #A75C0D: hue angle of 30.78º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A75C0D is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 92 | 13 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.35 |
| HSL | 30.78º | 0.86% | 0.35% | - |
| HSV(B) | 30.78º | 0.92% | 0.65% | - |
| XYZ | 19.84 | 15.9 | 2.4 | - |
| YUV | 105.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 13 | 0 | 0.45 | 0.92 | 0.35 | 30.78 | 0.86 | 0.35 |
| Hex | A7 | 5C | D | 0 | 2D | 5C | 23 | 1F | 56 | 23 |
| Octal | 247 | 134 | 15 | 0 | 55 | 134 | 43 | 37 | 126 | 43 |
| Binary | 10100111 | 1011100 | 1101 | 0 | 101101 | 1011100 | 100011 | 11111 | 1010110 | 100011 |
Color Harmonies of #A75C0D
Complementary color
Monochromatic Colors of #A75C0D
Black with #A75C0D
Text Example
Text Example
White with #A75C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75C0D; }
p { color: rgb(167,92,13); }
H1.HeaderClassName
{
color: #A75C0D;
}
.AnyTagClassName
{
color: #A75C0D;
}
</style>
background-color css
<style>
a { background-color: #A75C0D; }
a { background-color: rgb(167,92,13); }
div.DivClassName
{
background-color: #A75C0D;
}
.BgClassName
{
background-color: #A75C0D;
}
</style>
border-color css
<style>
span { border-color: #A75C0D; }
span { border-color: rgb(167,92,13); }
td.TdClassName
{
border-color: #A75C0D;
}
.TagClassName
{
border-color: #A75C0D;
}
</style>