Shades of Roti #B79441
Tints of Roti #B79441
RGB
CMYK
RGB Variations
Color information
#B79441 (or 0xB79441) is known color: Roti. HEX triplet: B7, 94 and 41. RGB value is (183,148,65). Sum of RGB (Red+Green+Blue) = 183+148+65=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B79441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79441 is #486BBE. Grayscale: #959595. Windows color (decimal): -4746175 or 4297911. OLE color: 4297911.
HSL color Cylindrical-coordinate representation of color #B79441: hue angle of 42.2º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B79441 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 65 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.28 |
| HSL | 42.2º | 0.48% | 0.49% | - |
| HSV(B) | 42.2º | 0.64% | 0.72% | - |
| XYZ | 31.07 | 31.63 | 9.47 | - |
| YUV | 149 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 65 | 0 | 0.19 | 0.64 | 0.28 | 42.2 | 0.48 | 0.49 |
| Hex | B7 | 94 | 41 | 0 | 13 | 40 | 1C | 2A | 30 | 31 |
| Octal | 267 | 224 | 101 | 0 | 23 | 100 | 34 | 52 | 60 | 61 |
| Binary | 10110111 | 10010100 | 1000001 | 0 | 10011 | 1000000 | 11100 | 101010 | 110000 | 110001 |
Color Harmonies of #B79441
Complementary color
Monochromatic Colors of #B79441
Black with #B79441
Text Example
Text Example
White with #B79441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79441; }
p { color: rgb(183,148,65); }
H1.HeaderClassName
{
color: #B79441;
}
.AnyTagClassName
{
color: #B79441;
}
</style>
background-color css
<style>
a { background-color: #B79441; }
a { background-color: rgb(183,148,65); }
div.DivClassName
{
background-color: #B79441;
}
.BgClassName
{
background-color: #B79441;
}
</style>
border-color css
<style>
span { border-color: #B79441; }
span { border-color: rgb(183,148,65); }
td.TdClassName
{
border-color: #B79441;
}
.TagClassName
{
border-color: #B79441;
}
</style>