Shades of Cedar #432F2D
Tints of Cedar #432F2D
RGB
CMYK
RGB Variations
Color information
#432F2D (or 0x432F2D) is known color: Cedar. HEX triplet: 43, 2F and 2D. RGB value is (67,47,45). Sum of RGB (Red+Green+Blue) = 67+47+45=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #432F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F2D is #BCD0D2. Grayscale: #343434. Windows color (decimal): -12374227 or 2961219. OLE color: 2961219.
HSL color Cylindrical-coordinate representation of color #432F2D: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #432F2D is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 47 | 45 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.74 |
| HSL | 5.45º | 0.2% | 0.22% | - |
| HSV(B) | 5.45º | 0.33% | 0.26% | - |
| XYZ | 3.8 | 3.42 | 2.94 | - |
| YUV | 52.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 45 | 0 | 0.30 | 0.33 | 0.74 | 5.45 | 0.2 | 0.22 |
| Hex | 43 | 2F | 2D | 0 | 1E | 21 | 4A | 5 | 14 | 16 |
| Octal | 103 | 57 | 55 | 0 | 36 | 41 | 112 | 5 | 24 | 26 |
| Binary | 1000011 | 101111 | 101101 | 0 | 11110 | 100001 | 1001010 | 101 | 10100 | 10110 |
Color Harmonies of #432F2D
Complementary color
Monochromatic Colors of #432F2D
Black with #432F2D
Text Example
Text Example
White with #432F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F2D; }
p { color: rgb(67,47,45); }
H1.HeaderClassName
{
color: #432F2D;
}
.AnyTagClassName
{
color: #432F2D;
}
</style>
background-color css
<style>
a { background-color: #432F2D; }
a { background-color: rgb(67,47,45); }
div.DivClassName
{
background-color: #432F2D;
}
.BgClassName
{
background-color: #432F2D;
}
</style>
border-color css
<style>
span { border-color: #432F2D; }
span { border-color: rgb(67,47,45); }
td.TdClassName
{
border-color: #432F2D;
}
.TagClassName
{
border-color: #432F2D;
}
</style>