Shades of Golden Brown #B35F0D
Tints of Golden Brown #B35F0D
RGB
CMYK
RGB Variations
Color information
#B35F0D (or 0xB35F0D) is known color: Golden Brown. HEX triplet: B3, 5F and 0D. RGB value is (179,95,13). Sum of RGB (Red+Green+Blue) = 179+95+13=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35F0D is #4CA0F2. Grayscale: #6F6F6F. Windows color (decimal): -5021939 or 876467. OLE color: 876467.
HSL color Cylindrical-coordinate representation of color #B35F0D: hue angle of 29.64º 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 #B35F0D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 95 | 13 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.30 |
| HSL | 29.64º | 0.86% | 0.38% | - |
| HSV(B) | 29.64º | 0.93% | 0.7% | - |
| XYZ | 22.76 | 17.8 | 2.62 | - |
| YUV | 110.77 | 72.83 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 95 | 13 | 0 | 0.47 | 0.93 | 0.30 | 29.64 | 0.86 | 0.38 |
| Hex | B3 | 5F | D | 0 | 2F | 5D | 1E | 1E | 56 | 26 |
| Octal | 263 | 137 | 15 | 0 | 57 | 135 | 36 | 36 | 126 | 46 |
| Binary | 10110011 | 1011111 | 1101 | 0 | 101111 | 1011101 | 11110 | 11110 | 1010110 | 100110 |
Color Harmonies of #B35F0D
Complementary color
Monochromatic Colors of #B35F0D
Black with #B35F0D
Text Example
Text Example
White with #B35F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35F0D; }
p { color: rgb(179,95,13); }
H1.HeaderClassName
{
color: #B35F0D;
}
.AnyTagClassName
{
color: #B35F0D;
}
</style>
background-color css
<style>
a { background-color: #B35F0D; }
a { background-color: rgb(179,95,13); }
div.DivClassName
{
background-color: #B35F0D;
}
.BgClassName
{
background-color: #B35F0D;
}
</style>
border-color css
<style>
span { border-color: #B35F0D; }
span { border-color: rgb(179,95,13); }
td.TdClassName
{
border-color: #B35F0D;
}
.TagClassName
{
border-color: #B35F0D;
}
</style>