Shades of Dell #425B32
Tints of Dell #425B32
RGB
CMYK
RGB Variations
Color information
#425B32 (or 0x425B32) is known color: Dell. HEX triplet: 42, 5B and 32. RGB value is (66,91,50). Sum of RGB (Red+Green+Blue) = 66+91+50=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #425B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425B32 is #BDA4CD. Grayscale: #4E4E4E. Windows color (decimal): -12428494 or 3300162. OLE color: 3300162.
HSL color Cylindrical-coordinate representation of color #425B32: hue angle of 96.59º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425B32 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 50 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.64 |
| HSL | 96.59º | 0.29% | 0.28% | - |
| HSV(B) | 96.59º | 0.45% | 0.36% | - |
| XYZ | 6.56 | 8.87 | 4.38 | - |
| YUV | 78.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 50 | 0.27 | 0 | 0.45 | 0.64 | 96.59 | 0.29 | 0.28 |
| Hex | 42 | 5B | 32 | 1B | 0 | 2D | 40 | 61 | 1D | 1C |
| Octal | 102 | 133 | 62 | 33 | 0 | 55 | 100 | 141 | 35 | 34 |
| Binary | 1000010 | 1011011 | 110010 | 11011 | 0 | 101101 | 1000000 | 1100001 | 11101 | 11100 |
Color Harmonies of #425B32
Complementary color
Monochromatic Colors of #425B32
Black with #425B32
Text Example
Text Example
White with #425B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B32; }
p { color: rgb(66,91,50); }
H1.HeaderClassName
{
color: #425B32;
}
.AnyTagClassName
{
color: #425B32;
}
</style>
background-color css
<style>
a { background-color: #425B32; }
a { background-color: rgb(66,91,50); }
div.DivClassName
{
background-color: #425B32;
}
.BgClassName
{
background-color: #425B32;
}
</style>
border-color css
<style>
span { border-color: #425B32; }
span { border-color: rgb(66,91,50); }
td.TdClassName
{
border-color: #425B32;
}
.TagClassName
{
border-color: #425B32;
}
</style>