Shades of Golden Brown #B3630F
Tints of Golden Brown #B3630F
RGB
CMYK
RGB Variations
Color information
#B3630F (or 0xB3630F) is known color: Golden Brown. HEX triplet: B3, 63 and 0F. RGB value is (179,99,15). Sum of RGB (Red+Green+Blue) = 179+99+15=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3630F is #4C9CF0. Grayscale: #717171. Windows color (decimal): -5020913 or 1008563. OLE color: 1008563.
HSL color Cylindrical-coordinate representation of color #B3630F: hue angle of 30.73º 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 #B3630F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.30 |
| HSL | 30.73º | 0.85% | 0.38% | - |
| HSV(B) | 30.73º | 0.92% | 0.7% | - |
| XYZ | 23.14 | 18.54 | 2.81 | - |
| YUV | 113.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 15 | 0 | 0.45 | 0.92 | 0.30 | 30.73 | 0.85 | 0.38 |
| Hex | B3 | 63 | F | 0 | 2D | 5C | 1E | 1F | 55 | 26 |
| Octal | 263 | 143 | 17 | 0 | 55 | 134 | 36 | 37 | 125 | 46 |
| Binary | 10110011 | 1100011 | 1111 | 0 | 101101 | 1011100 | 11110 | 11111 | 1010101 | 100110 |
Color Harmonies of #B3630F
Complementary color
Monochromatic Colors of #B3630F
Black with #B3630F
Text Example
Text Example
White with #B3630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3630F; }
p { color: rgb(179,99,15); }
H1.HeaderClassName
{
color: #B3630F;
}
.AnyTagClassName
{
color: #B3630F;
}
</style>
background-color css
<style>
a { background-color: #B3630F; }
a { background-color: rgb(179,99,15); }
div.DivClassName
{
background-color: #B3630F;
}
.BgClassName
{
background-color: #B3630F;
}
</style>
border-color css
<style>
span { border-color: #B3630F; }
span { border-color: rgb(179,99,15); }
td.TdClassName
{
border-color: #B3630F;
}
.TagClassName
{
border-color: #B3630F;
}
</style>