Shades of Dell #435C31
Tints of Dell #435C31
RGB
CMYK
RGB Variations
Color information
#435C31 (or 0x435C31) is known color: Dell. HEX triplet: 43, 5C and 31. RGB value is (67,92,49). Sum of RGB (Red+Green+Blue) = 67+92+49=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #435C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C31 is #BCA3CE. Grayscale: #4F4F4F. Windows color (decimal): -12362703 or 3234883. OLE color: 3234883.
HSL color Cylindrical-coordinate representation of color #435C31: hue angle of 94.88º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #435C31 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 49 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.64 |
| HSL | 94.88º | 0.3% | 0.28% | - |
| HSV(B) | 94.88º | 0.47% | 0.36% | - |
| XYZ | 6.7 | 9.07 | 4.3 | - |
| YUV | 79.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 49 | 0.27 | 0 | 0.47 | 0.64 | 94.88 | 0.3 | 0.28 |
| Hex | 43 | 5C | 31 | 1B | 0 | 2F | 40 | 5F | 1E | 1C |
| Octal | 103 | 134 | 61 | 33 | 0 | 57 | 100 | 137 | 36 | 34 |
| Binary | 1000011 | 1011100 | 110001 | 11011 | 0 | 101111 | 1000000 | 1011111 | 11110 | 11100 |
Color Harmonies of #435C31
Complementary color
Monochromatic Colors of #435C31
Black with #435C31
Text Example
Text Example
White with #435C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C31; }
p { color: rgb(67,92,49); }
H1.HeaderClassName
{
color: #435C31;
}
.AnyTagClassName
{
color: #435C31;
}
</style>
background-color css
<style>
a { background-color: #435C31; }
a { background-color: rgb(67,92,49); }
div.DivClassName
{
background-color: #435C31;
}
.BgClassName
{
background-color: #435C31;
}
</style>
border-color css
<style>
span { border-color: #435C31; }
span { border-color: rgb(67,92,49); }
td.TdClassName
{
border-color: #435C31;
}
.TagClassName
{
border-color: #435C31;
}
</style>