Shades of Woodburn #4A3627
Tints of Woodburn #4A3627
RGB
CMYK
RGB Variations
Color information
#4A3627 (or 0x4A3627) is known color: Woodburn. HEX triplet: 4A, 36 and 27. RGB value is (74,54,39). Sum of RGB (Red+Green+Blue) = 74+54+39=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3627 is #B5C9D8. Grayscale: #3A3A3A. Windows color (decimal): -11913689 or 2569802. OLE color: 2569802.
HSL color Cylindrical-coordinate representation of color #4A3627: hue angle of 25.71º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A3627 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 54 | 39 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.71 |
| HSL | 25.71º | 0.31% | 0.22% | - |
| HSV(B) | 25.71º | 0.47% | 0.29% | - |
| XYZ | 4.51 | 4.24 | 2.5 | - |
| YUV | 58.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 39 | 0 | 0.27 | 0.47 | 0.71 | 25.71 | 0.31 | 0.22 |
| Hex | 4A | 36 | 27 | 0 | 1B | 2F | 47 | 1A | 1F | 16 |
| Octal | 112 | 66 | 47 | 0 | 33 | 57 | 107 | 32 | 37 | 26 |
| Binary | 1001010 | 110110 | 100111 | 0 | 11011 | 101111 | 1000111 | 11010 | 11111 | 10110 |
Color Harmonies of #4A3627
Complementary color
Monochromatic Colors of #4A3627
Black with #4A3627
Text Example
Text Example
White with #4A3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3627; }
p { color: rgb(74,54,39); }
H1.HeaderClassName
{
color: #4A3627;
}
.AnyTagClassName
{
color: #4A3627;
}
</style>
background-color css
<style>
a { background-color: #4A3627; }
a { background-color: rgb(74,54,39); }
div.DivClassName
{
background-color: #4A3627;
}
.BgClassName
{
background-color: #4A3627;
}
</style>
border-color css
<style>
span { border-color: #4A3627; }
span { border-color: rgb(74,54,39); }
td.TdClassName
{
border-color: #4A3627;
}
.TagClassName
{
border-color: #4A3627;
}
</style>