Shades of Golden Brown #B3670D
Tints of Golden Brown #B3670D
RGB
CMYK
RGB Variations
Color information
#B3670D (or 0xB3670D) is known color: Golden Brown. HEX triplet: B3, 67 and 0D. RGB value is (179,103,13). Sum of RGB (Red+Green+Blue) = 179+103+13=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3670D is #4C98F2. Grayscale: #737373. Windows color (decimal): -5019891 or 878515. OLE color: 878515.
HSL color Cylindrical-coordinate representation of color #B3670D: hue angle of 32.53º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3670D is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 13 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.30 |
| HSL | 32.53º | 0.86% | 0.38% | - |
| HSV(B) | 32.53º | 0.93% | 0.7% | - |
| XYZ | 23.51 | 19.31 | 2.87 | - |
| YUV | 115.46 | 70.18 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 13 | 0 | 0.42 | 0.93 | 0.30 | 32.53 | 0.86 | 0.38 |
| Hex | B3 | 67 | D | 0 | 2A | 5D | 1E | 21 | 56 | 26 |
| Octal | 263 | 147 | 15 | 0 | 52 | 135 | 36 | 41 | 126 | 46 |
| Binary | 10110011 | 1100111 | 1101 | 0 | 101010 | 1011101 | 11110 | 100001 | 1010110 | 100110 |
Color Harmonies of #B3670D
Complementary color
Monochromatic Colors of #B3670D
Black with #B3670D
Text Example
Text Example
White with #B3670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3670D; }
p { color: rgb(179,103,13); }
H1.HeaderClassName
{
color: #B3670D;
}
.AnyTagClassName
{
color: #B3670D;
}
</style>
background-color css
<style>
a { background-color: #B3670D; }
a { background-color: rgb(179,103,13); }
div.DivClassName
{
background-color: #B3670D;
}
.BgClassName
{
background-color: #B3670D;
}
</style>
border-color css
<style>
span { border-color: #B3670D; }
span { border-color: rgb(179,103,13); }
td.TdClassName
{
border-color: #B3670D;
}
.TagClassName
{
border-color: #B3670D;
}
</style>