Shades of McKenzie #835F38
Tints of McKenzie #835F38
RGB
CMYK
RGB Variations
Color information
#835F38 (or 0x835F38) is known color: McKenzie. HEX triplet: 83, 5F and 38. RGB value is (131,95,56). Sum of RGB (Red+Green+Blue) = 131+95+56=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #835F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835F38 is #7CA0C7. Grayscale: #656565. Windows color (decimal): -8167624 or 3694467. OLE color: 3694467.
HSL color Cylindrical-coordinate representation of color #835F38: hue angle of 31.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835F38 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 56 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.49 |
| HSL | 31.2º | 0.4% | 0.37% | - |
| HSV(B) | 31.2º | 0.57% | 0.51% | - |
| XYZ | 14.17 | 13.3 | 5.56 | - |
| YUV | 101.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 56 | 0 | 0.27 | 0.57 | 0.49 | 31.2 | 0.4 | 0.37 |
| Hex | 83 | 5F | 38 | 0 | 1B | 39 | 31 | 1F | 28 | 25 |
| Octal | 203 | 137 | 70 | 0 | 33 | 71 | 61 | 37 | 50 | 45 |
| Binary | 10000011 | 1011111 | 111000 | 0 | 11011 | 111001 | 110001 | 11111 | 101000 | 100101 |
Color Harmonies of #835F38
Complementary color
Monochromatic Colors of #835F38
Black with #835F38
Text Example
Text Example
White with #835F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F38; }
p { color: rgb(131,95,56); }
H1.HeaderClassName
{
color: #835F38;
}
.AnyTagClassName
{
color: #835F38;
}
</style>
background-color css
<style>
a { background-color: #835F38; }
a { background-color: rgb(131,95,56); }
div.DivClassName
{
background-color: #835F38;
}
.BgClassName
{
background-color: #835F38;
}
</style>
border-color css
<style>
span { border-color: #835F38; }
span { border-color: rgb(131,95,56); }
td.TdClassName
{
border-color: #835F38;
}
.TagClassName
{
border-color: #835F38;
}
</style>