Shades of Golden Brown #B3670F
Tints of Golden Brown #B3670F
RGB
CMYK
RGB Variations
Color information
#B3670F (or 0xB3670F) is known color: Golden Brown. HEX triplet: B3, 67 and 0F. RGB value is (179,103,15). Sum of RGB (Red+Green+Blue) = 179+103+15=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B3670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3670F is #4C98F0. Grayscale: #747474. Windows color (decimal): -5019889 or 1009587. OLE color: 1009587.
HSL color Cylindrical-coordinate representation of color #B3670F: hue angle of 32.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3670F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 15 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.30 |
| HSL | 32.2º | 0.85% | 0.38% | - |
| HSV(B) | 32.2º | 0.92% | 0.7% | - |
| XYZ | 23.53 | 19.32 | 2.94 | - |
| YUV | 115.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 15 | 0 | 0.42 | 0.92 | 0.30 | 32.2 | 0.85 | 0.38 |
| Hex | B3 | 67 | F | 0 | 2A | 5C | 1E | 20 | 55 | 26 |
| Octal | 263 | 147 | 17 | 0 | 52 | 134 | 36 | 40 | 125 | 46 |
| Binary | 10110011 | 1100111 | 1111 | 0 | 101010 | 1011100 | 11110 | 100000 | 1010101 | 100110 |
Color Harmonies of #B3670F
Complementary color
Monochromatic Colors of #B3670F
Black with #B3670F
Text Example
Text Example
White with #B3670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3670F; }
p { color: rgb(179,103,15); }
H1.HeaderClassName
{
color: #B3670F;
}
.AnyTagClassName
{
color: #B3670F;
}
</style>
background-color css
<style>
a { background-color: #B3670F; }
a { background-color: rgb(179,103,15); }
div.DivClassName
{
background-color: #B3670F;
}
.BgClassName
{
background-color: #B3670F;
}
</style>
border-color css
<style>
span { border-color: #B3670F; }
span { border-color: rgb(179,103,15); }
td.TdClassName
{
border-color: #B3670F;
}
.TagClassName
{
border-color: #B3670F;
}
</style>