Shades of Roti #B79345
Tints of Roti #B79345
RGB
CMYK
RGB Variations
Color information
#B79345 (or 0xB79345) is known color: Roti. HEX triplet: B7, 93 and 45. RGB value is (183,147,69). Sum of RGB (Red+Green+Blue) = 183+147+69=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B79345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79345 is #486CBA. Grayscale: #959595. Windows color (decimal): -4746427 or 4559799. OLE color: 4559799.
HSL color Cylindrical-coordinate representation of color #B79345: hue angle of 41.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B79345 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 147 | 69 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.28 |
| HSL | 41.05º | 0.45% | 0.49% | - |
| HSV(B) | 41.05º | 0.62% | 0.72% | - |
| XYZ | 31.04 | 31.36 | 10.05 | - |
| YUV | 148.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 69 | 0 | 0.20 | 0.62 | 0.28 | 41.05 | 0.45 | 0.49 |
| Hex | B7 | 93 | 45 | 0 | 14 | 3E | 1C | 29 | 2D | 31 |
| Octal | 267 | 223 | 105 | 0 | 24 | 76 | 34 | 51 | 55 | 61 |
| Binary | 10110111 | 10010011 | 1000101 | 0 | 10100 | 111110 | 11100 | 101001 | 101101 | 110001 |
Color Harmonies of #B79345
Complementary color
Monochromatic Colors of #B79345
Black with #B79345
Text Example
Text Example
White with #B79345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79345; }
p { color: rgb(183,147,69); }
H1.HeaderClassName
{
color: #B79345;
}
.AnyTagClassName
{
color: #B79345;
}
</style>
background-color css
<style>
a { background-color: #B79345; }
a { background-color: rgb(183,147,69); }
div.DivClassName
{
background-color: #B79345;
}
.BgClassName
{
background-color: #B79345;
}
</style>
border-color css
<style>
span { border-color: #B79345; }
span { border-color: rgb(183,147,69); }
td.TdClassName
{
border-color: #B79345;
}
.TagClassName
{
border-color: #B79345;
}
</style>