Shades of Teak #B78453
Tints of Teak #B78453
RGB
CMYK
RGB Variations
Color information
#B78453 (or 0xB78453) is known color: Teak. HEX triplet: B7, 84 and 53. RGB value is (183,132,83). Sum of RGB (Red+Green+Blue) = 183+132+83=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B78453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78453 is #487BAC. Grayscale: #8D8D8D. Windows color (decimal): -4750253 or 5473463. OLE color: 5473463.
HSL color Cylindrical-coordinate representation of color #B78453: hue angle of 29.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B78453 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 83 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.28 |
| HSL | 29.4º | 0.41% | 0.52% | - |
| HSV(B) | 29.4º | 0.55% | 0.72% | - |
| XYZ | 29.34 | 27.19 | 11.89 | - |
| YUV | 141.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 83 | 0 | 0.28 | 0.55 | 0.28 | 29.4 | 0.41 | 0.52 |
| Hex | B7 | 84 | 53 | 0 | 1C | 37 | 1C | 1D | 29 | 34 |
| Octal | 267 | 204 | 123 | 0 | 34 | 67 | 34 | 35 | 51 | 64 |
| Binary | 10110111 | 10000100 | 1010011 | 0 | 11100 | 110111 | 11100 | 11101 | 101001 | 110100 |
Color Harmonies of #B78453
Complementary color
Monochromatic Colors of #B78453
Black with #B78453
Text Example
Text Example
White with #B78453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78453; }
p { color: rgb(183,132,83); }
H1.HeaderClassName
{
color: #B78453;
}
.AnyTagClassName
{
color: #B78453;
}
</style>
background-color css
<style>
a { background-color: #B78453; }
a { background-color: rgb(183,132,83); }
div.DivClassName
{
background-color: #B78453;
}
.BgClassName
{
background-color: #B78453;
}
</style>
border-color css
<style>
span { border-color: #B78453; }
span { border-color: rgb(183,132,83); }
td.TdClassName
{
border-color: #B78453;
}
.TagClassName
{
border-color: #B78453;
}
</style>