Shades of Woodburn #43362A
Tints of Woodburn #43362A
RGB
CMYK
RGB Variations
Color information
#43362A (or 0x43362A) is known color: Woodburn. HEX triplet: 43, 36 and 2A. RGB value is (67,54,42). Sum of RGB (Red+Green+Blue) = 67+54+42=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #43362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43362A is #BCC9D5. Grayscale: #383838. Windows color (decimal): -12372438 or 2766403. OLE color: 2766403.
HSL color Cylindrical-coordinate representation of color #43362A: hue angle of 28.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #43362A is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 42 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.74 |
| HSL | 28.8º | 0.23% | 0.21% | - |
| HSV(B) | 28.8º | 0.37% | 0.26% | - |
| XYZ | 4.05 | 4 | 2.75 | - |
| YUV | 56.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 42 | 0 | 0.19 | 0.37 | 0.74 | 28.8 | 0.23 | 0.21 |
| Hex | 43 | 36 | 2A | 0 | 13 | 25 | 4A | 1D | 17 | 15 |
| Octal | 103 | 66 | 52 | 0 | 23 | 45 | 112 | 35 | 27 | 25 |
| Binary | 1000011 | 110110 | 101010 | 0 | 10011 | 100101 | 1001010 | 11101 | 10111 | 10101 |
Color Harmonies of #43362A
Complementary color
Monochromatic Colors of #43362A
Black with #43362A
Text Example
Text Example
White with #43362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43362A; }
p { color: rgb(67,54,42); }
H1.HeaderClassName
{
color: #43362A;
}
.AnyTagClassName
{
color: #43362A;
}
</style>
background-color css
<style>
a { background-color: #43362A; }
a { background-color: rgb(67,54,42); }
div.DivClassName
{
background-color: #43362A;
}
.BgClassName
{
background-color: #43362A;
}
</style>
border-color css
<style>
span { border-color: #43362A; }
span { border-color: rgb(67,54,42); }
td.TdClassName
{
border-color: #43362A;
}
.TagClassName
{
border-color: #43362A;
}
</style>