Shades of Log Cabin #35392D
Tints of Log Cabin #35392D
RGB
CMYK
RGB Variations
Color information
#35392D (or 0x35392D) is known color: Log Cabin. HEX triplet: 35, 39 and 2D. RGB value is (53,57,45). Sum of RGB (Red+Green+Blue) = 53+57+45=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #35392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392D is #CAC6D2. Grayscale: #363636. Windows color (decimal): -13289171 or 2963765. OLE color: 2963765.
HSL color Cylindrical-coordinate representation of color #35392D: hue angle of 80º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35392D is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 45 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.78 |
| HSL | 80º | 0.12% | 0.2% | - |
| HSV(B) | 80º | 0.21% | 0.22% | - |
| XYZ | 3.4 | 3.87 | 3.05 | - |
| YUV | 54.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 45 | 0.07 | 0 | 0.21 | 0.78 | 80 | 0.12 | 0.2 |
| Hex | 35 | 39 | 2D | 7 | 0 | 15 | 4E | 50 | C | 14 |
| Octal | 65 | 71 | 55 | 7 | 0 | 25 | 116 | 120 | 14 | 24 |
| Binary | 110101 | 111001 | 101101 | 111 | 0 | 10101 | 1001110 | 1010000 | 1100 | 10100 |
Color Harmonies of #35392D
Complementary color
Monochromatic Colors of #35392D
Black with #35392D
Text Example
Text Example
White with #35392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35392D; }
p { color: rgb(53,57,45); }
H1.HeaderClassName
{
color: #35392D;
}
.AnyTagClassName
{
color: #35392D;
}
</style>
background-color css
<style>
a { background-color: #35392D; }
a { background-color: rgb(53,57,45); }
div.DivClassName
{
background-color: #35392D;
}
.BgClassName
{
background-color: #35392D;
}
</style>
border-color css
<style>
span { border-color: #35392D; }
span { border-color: rgb(53,57,45); }
td.TdClassName
{
border-color: #35392D;
}
.TagClassName
{
border-color: #35392D;
}
</style>