Shades of Log Cabin #35392B
Tints of Log Cabin #35392B
RGB
CMYK
RGB Variations
Color information
#35392B (or 0x35392B) is known color: Log Cabin. HEX triplet: 35, 39 and 2B. RGB value is (53,57,43). Sum of RGB (Red+Green+Blue) = 53+57+43=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 57 - color contains mainly: green. Hex color #35392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35392B is #CAC6D4. Grayscale: #363636. Windows color (decimal): -13289173 or 2832693. OLE color: 2832693.
HSL color Cylindrical-coordinate representation of color #35392B: hue angle of 77.14º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35392B is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 43 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.78 |
| HSL | 77.14º | 0.14% | 0.2% | - |
| HSV(B) | 77.14º | 0.25% | 0.22% | - |
| XYZ | 3.37 | 3.86 | 2.85 | - |
| YUV | 54.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 43 | 0.07 | 0 | 0.25 | 0.78 | 77.14 | 0.14 | 0.2 |
| Hex | 35 | 39 | 2B | 7 | 0 | 19 | 4E | 4D | E | 14 |
| Octal | 65 | 71 | 53 | 7 | 0 | 31 | 116 | 115 | 16 | 24 |
| Binary | 110101 | 111001 | 101011 | 111 | 0 | 11001 | 1001110 | 1001101 | 1110 | 10100 |
Color Harmonies of #35392B
Complementary color
Monochromatic Colors of #35392B
Black with #35392B
Text Example
Text Example
White with #35392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35392B; }
p { color: rgb(53,57,43); }
H1.HeaderClassName
{
color: #35392B;
}
.AnyTagClassName
{
color: #35392B;
}
</style>
background-color css
<style>
a { background-color: #35392B; }
a { background-color: rgb(53,57,43); }
div.DivClassName
{
background-color: #35392B;
}
.BgClassName
{
background-color: #35392B;
}
</style>
border-color css
<style>
span { border-color: #35392B; }
span { border-color: rgb(53,57,43); }
td.TdClassName
{
border-color: #35392B;
}
.TagClassName
{
border-color: #35392B;
}
</style>