Shades of Log Cabin #35392F
Tints of Log Cabin #35392F
RGB
CMYK
RGB Variations
Color information
#35392F (or 0x35392F) is known color: Log Cabin. HEX triplet: 35, 39 and 2F. RGB value is (53,57,47). Sum of RGB (Red+Green+Blue) = 53+57+47=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #35392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392F is #CAC6D0. Grayscale: #363636. Windows color (decimal): -13289169 or 3094837. OLE color: 3094837.
HSL color Cylindrical-coordinate representation of color #35392F: hue angle of 84º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #35392F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 47 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.78 |
| HSL | 84º | 0.1% | 0.2% | - |
| HSV(B) | 84º | 0.18% | 0.22% | - |
| XYZ | 3.44 | 3.89 | 3.26 | - |
| YUV | 54.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 47 | 0.07 | 0 | 0.18 | 0.78 | 84 | 0.1 | 0.2 |
| Hex | 35 | 39 | 2F | 7 | 0 | 12 | 4E | 54 | A | 14 |
| Octal | 65 | 71 | 57 | 7 | 0 | 22 | 116 | 124 | 12 | 24 |
| Binary | 110101 | 111001 | 101111 | 111 | 0 | 10010 | 1001110 | 1010100 | 1010 | 10100 |
Color Harmonies of #35392F
Complementary color
Monochromatic Colors of #35392F
Black with #35392F
Text Example
Text Example
White with #35392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35392F; }
p { color: rgb(53,57,47); }
H1.HeaderClassName
{
color: #35392F;
}
.AnyTagClassName
{
color: #35392F;
}
</style>
background-color css
<style>
a { background-color: #35392F; }
a { background-color: rgb(53,57,47); }
div.DivClassName
{
background-color: #35392F;
}
.BgClassName
{
background-color: #35392F;
}
</style>
border-color css
<style>
span { border-color: #35392F; }
span { border-color: rgb(53,57,47); }
td.TdClassName
{
border-color: #35392F;
}
.TagClassName
{
border-color: #35392F;
}
</style>