Shades of Cowboy #403433
Tints of Cowboy #403433
RGB
CMYK
RGB Variations
Color information
#403433 (or 0x403433) is known color: Cowboy. HEX triplet: 40, 34 and 33. RGB value is (64,52,51). Sum of RGB (Red+Green+Blue) = 64+52+51=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403433 is #BFCBCC. Grayscale: #373737. Windows color (decimal): -12569549 or 3355712. OLE color: 3355712.
HSL color Cylindrical-coordinate representation of color #403433: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403433 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 52 | 51 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.75 |
| HSL | 4.62º | 0.11% | 0.23% | - |
| HSV(B) | 4.62º | 0.2% | 0.25% | - |
| XYZ | 3.94 | 3.78 | 3.65 | - |
| YUV | 55.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 51 | 0 | 0.19 | 0.20 | 0.75 | 4.62 | 0.11 | 0.23 |
| Hex | 40 | 34 | 33 | 0 | 13 | 14 | 4B | 5 | B | 17 |
| Octal | 100 | 64 | 63 | 0 | 23 | 24 | 113 | 5 | 13 | 27 |
| Binary | 1000000 | 110100 | 110011 | 0 | 10011 | 10100 | 1001011 | 101 | 1011 | 10111 |
Color Harmonies of #403433
Complementary color
Monochromatic Colors of #403433
Black with #403433
Text Example
Text Example
White with #403433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403433; }
p { color: rgb(64,52,51); }
H1.HeaderClassName
{
color: #403433;
}
.AnyTagClassName
{
color: #403433;
}
</style>
background-color css
<style>
a { background-color: #403433; }
a { background-color: rgb(64,52,51); }
div.DivClassName
{
background-color: #403433;
}
.BgClassName
{
background-color: #403433;
}
</style>
border-color css
<style>
span { border-color: #403433; }
span { border-color: rgb(64,52,51); }
td.TdClassName
{
border-color: #403433;
}
.TagClassName
{
border-color: #403433;
}
</style>