Shades of Log Cabin #35392C
Tints of Log Cabin #35392C
RGB
CMYK
RGB Variations
Color information
#35392C (or 0x35392C) is known color: Log Cabin. HEX triplet: 35, 39 and 2C. RGB value is (53,57,44). Sum of RGB (Red+Green+Blue) = 53+57+44=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 57 - color contains mainly: green. Hex color #35392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392C is #CAC6D3. Grayscale: #363636. Windows color (decimal): -13289172 or 2898229. OLE color: 2898229.
HSL color Cylindrical-coordinate representation of color #35392C: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35392C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 44 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.78 |
| HSL | 78.46º | 0.13% | 0.2% | - |
| HSV(B) | 78.46º | 0.23% | 0.22% | - |
| XYZ | 3.39 | 3.86 | 2.95 | - |
| YUV | 54.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 44 | 0.07 | 0 | 0.23 | 0.78 | 78.46 | 0.13 | 0.2 |
| Hex | 35 | 39 | 2C | 7 | 0 | 17 | 4E | 4E | D | 14 |
| Octal | 65 | 71 | 54 | 7 | 0 | 27 | 116 | 116 | 15 | 24 |
| Binary | 110101 | 111001 | 101100 | 111 | 0 | 10111 | 1001110 | 1001110 | 1101 | 10100 |
Color Harmonies of #35392C
Complementary color
Monochromatic Colors of #35392C
Black with #35392C
Text Example
Text Example
White with #35392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35392C; }
p { color: rgb(53,57,44); }
H1.HeaderClassName
{
color: #35392C;
}
.AnyTagClassName
{
color: #35392C;
}
</style>
background-color css
<style>
a { background-color: #35392C; }
a { background-color: rgb(53,57,44); }
div.DivClassName
{
background-color: #35392C;
}
.BgClassName
{
background-color: #35392C;
}
</style>
border-color css
<style>
span { border-color: #35392C; }
span { border-color: rgb(53,57,44); }
td.TdClassName
{
border-color: #35392C;
}
.TagClassName
{
border-color: #35392C;
}
</style>