Shades of Cedar #432B27
Tints of Cedar #432B27
RGB
CMYK
RGB Variations
Color information
#432B27 (or 0x432B27) is known color: Cedar. HEX triplet: 43, 2B and 27. RGB value is (67,43,39). Sum of RGB (Red+Green+Blue) = 67+43+39=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #432B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432B27 is #BCD4D8. Grayscale: #313131. Windows color (decimal): -12375257 or 2566979. OLE color: 2566979.
HSL color Cylindrical-coordinate representation of color #432B27: hue angle of 8.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #432B27 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 43 | 39 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.74 |
| HSL | 8.57º | 0.26% | 0.21% | - |
| HSV(B) | 8.57º | 0.42% | 0.26% | - |
| XYZ | 3.54 | 3.07 | 2.32 | - |
| YUV | 49.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 39 | 0 | 0.36 | 0.42 | 0.74 | 8.57 | 0.26 | 0.21 |
| Hex | 43 | 2B | 27 | 0 | 24 | 2A | 4A | 9 | 1A | 15 |
| Octal | 103 | 53 | 47 | 0 | 44 | 52 | 112 | 11 | 32 | 25 |
| Binary | 1000011 | 101011 | 100111 | 0 | 100100 | 101010 | 1001010 | 1001 | 11010 | 10101 |
Color Harmonies of #432B27
Complementary color
Monochromatic Colors of #432B27
Black with #432B27
Text Example
Text Example
White with #432B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432B27; }
p { color: rgb(67,43,39); }
H1.HeaderClassName
{
color: #432B27;
}
.AnyTagClassName
{
color: #432B27;
}
</style>
background-color css
<style>
a { background-color: #432B27; }
a { background-color: rgb(67,43,39); }
div.DivClassName
{
background-color: #432B27;
}
.BgClassName
{
background-color: #432B27;
}
</style>
border-color css
<style>
span { border-color: #432B27; }
span { border-color: rgb(67,43,39); }
td.TdClassName
{
border-color: #432B27;
}
.TagClassName
{
border-color: #432B27;
}
</style>