Shades of Golden Brown #8A6303
Tints of Golden Brown #8A6303
RGB
CMYK
RGB Variations
Color information
#8A6303 (or 0x8A6303) is known color: Golden Brown. HEX triplet: 8A, 63 and 03. RGB value is (138,99,3). Sum of RGB (Red+Green+Blue) = 138+99+3=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6303 is #759CFC. Grayscale: #646464. Windows color (decimal): -7707901 or 222090. OLE color: 222090.
HSL color Cylindrical-coordinate representation of color #8A6303: hue angle of 42.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A6303 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.46 |
| HSL | 42.67º | 0.96% | 0.28% | - |
| HSV(B) | 42.67º | 0.98% | 0.54% | - |
| XYZ | 14.96 | 14.33 | 2.06 | - |
| YUV | 99.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 3 | 0 | 0.28 | 0.98 | 0.46 | 42.67 | 0.96 | 0.28 |
| Hex | 8A | 63 | 3 | 0 | 1C | 62 | 2E | 2B | 60 | 1C |
| Octal | 212 | 143 | 3 | 0 | 34 | 142 | 56 | 53 | 140 | 34 |
| Binary | 10001010 | 1100011 | 11 | 0 | 11100 | 1100010 | 101110 | 101011 | 1100000 | 11100 |
Color Harmonies of #8A6303
Complementary color
Monochromatic Colors of #8A6303
Black with #8A6303
Text Example
Text Example
White with #8A6303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6303; }
p { color: rgb(138,99,3); }
H1.HeaderClassName
{
color: #8A6303;
}
.AnyTagClassName
{
color: #8A6303;
}
</style>
background-color css
<style>
a { background-color: #8A6303; }
a { background-color: rgb(138,99,3); }
div.DivClassName
{
background-color: #8A6303;
}
.BgClassName
{
background-color: #8A6303;
}
</style>
border-color css
<style>
span { border-color: #8A6303; }
span { border-color: rgb(138,99,3); }
td.TdClassName
{
border-color: #8A6303;
}
.TagClassName
{
border-color: #8A6303;
}
</style>