Shades of Golden Brown #93671B
Tints of Golden Brown #93671B
RGB
CMYK
RGB Variations
Color information
#93671B (or 0x93671B) is known color: Golden Brown. HEX triplet: 93, 67 and 1B. RGB value is (147,103,27). Sum of RGB (Red+Green+Blue) = 147+103+27=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93671B is #6C98E4. Grayscale: #6B6B6B. Windows color (decimal): -7117029 or 1795987. OLE color: 1795987.
HSL color Cylindrical-coordinate representation of color #93671B: hue angle of 38º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93671B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 27 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.42 |
| HSL | 38º | 0.69% | 0.34% | - |
| HSV(B) | 38º | 0.82% | 0.58% | - |
| XYZ | 17.08 | 15.98 | 3.22 | - |
| YUV | 107.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 27 | 0 | 0.30 | 0.82 | 0.42 | 38 | 0.69 | 0.34 |
| Hex | 93 | 67 | 1B | 0 | 1E | 52 | 2A | 26 | 45 | 22 |
| Octal | 223 | 147 | 33 | 0 | 36 | 122 | 52 | 46 | 105 | 42 |
| Binary | 10010011 | 1100111 | 11011 | 0 | 11110 | 1010010 | 101010 | 100110 | 1000101 | 100010 |
Color Harmonies of #93671B
Complementary color
Monochromatic Colors of #93671B
Black with #93671B
Text Example
Text Example
White with #93671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93671B; }
p { color: rgb(147,103,27); }
H1.HeaderClassName
{
color: #93671B;
}
.AnyTagClassName
{
color: #93671B;
}
</style>
background-color css
<style>
a { background-color: #93671B; }
a { background-color: rgb(147,103,27); }
div.DivClassName
{
background-color: #93671B;
}
.BgClassName
{
background-color: #93671B;
}
</style>
border-color css
<style>
span { border-color: #93671B; }
span { border-color: rgb(147,103,27); }
td.TdClassName
{
border-color: #93671B;
}
.TagClassName
{
border-color: #93671B;
}
</style>