Shades of Wood Bark #35241C
Tints of Wood Bark #35241C
RGB
CMYK
RGB Variations
Color information
#35241C (or 0x35241C) is known color: Wood Bark. HEX triplet: 35, 24 and 1C. RGB value is (53,36,28). Sum of RGB (Red+Green+Blue) = 53+36+28=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35241C is #CADBE3. Grayscale: #282828. Windows color (decimal): -13294564 or 1844277. OLE color: 1844277.
HSL color Cylindrical-coordinate representation of color #35241C: hue angle of 19.2º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35241C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 36 | 28 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.79 |
| HSL | 19.2º | 0.31% | 0.16% | - |
| HSV(B) | 19.2º | 0.47% | 0.21% | - |
| XYZ | 2.31 | 2.1 | 1.38 | - |
| YUV | 40.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 28 | 0 | 0.32 | 0.47 | 0.79 | 19.2 | 0.31 | 0.16 |
| Hex | 35 | 24 | 1C | 0 | 20 | 2F | 4F | 13 | 1F | 10 |
| Octal | 65 | 44 | 34 | 0 | 40 | 57 | 117 | 23 | 37 | 20 |
| Binary | 110101 | 100100 | 11100 | 0 | 100000 | 101111 | 1001111 | 10011 | 11111 | 10000 |
Color Harmonies of #35241C
Complementary color
Monochromatic Colors of #35241C
Black with #35241C
Text Example
Text Example
White with #35241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35241C; }
p { color: rgb(53,36,28); }
H1.HeaderClassName
{
color: #35241C;
}
.AnyTagClassName
{
color: #35241C;
}
</style>
background-color css
<style>
a { background-color: #35241C; }
a { background-color: rgb(53,36,28); }
div.DivClassName
{
background-color: #35241C;
}
.BgClassName
{
background-color: #35241C;
}
</style>
border-color css
<style>
span { border-color: #35241C; }
span { border-color: rgb(53,36,28); }
td.TdClassName
{
border-color: #35241C;
}
.TagClassName
{
border-color: #35241C;
}
</style>