Shades of Castro #462C34
Tints of Castro #462C34
RGB
CMYK
RGB Variations
Color information
#462C34 (or 0x462C34) is known color: Castro. HEX triplet: 46, 2C and 34. RGB value is (70,44,52). Sum of RGB (Red+Green+Blue) = 70+44+52=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #462C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C34 is #B9D3CB. Grayscale: #343434. Windows color (decimal): -12178380 or 3419206. OLE color: 3419206.
HSL color Cylindrical-coordinate representation of color #462C34: hue angle of 341.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #462C34 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 52 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.73 |
| HSL | 341.54º | 0.23% | 0.22% | - |
| HSV(B) | 341.54º | 0.37% | 0.27% | - |
| XYZ | 4.05 | 3.35 | 3.68 | - |
| YUV | 52.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 52 | 0 | 0.37 | 0.26 | 0.73 | 341.54 | 0.23 | 0.22 |
| Hex | 46 | 2C | 34 | 0 | 25 | 1A | 49 | 156 | 17 | 16 |
| Octal | 106 | 54 | 64 | 0 | 45 | 32 | 111 | 526 | 27 | 26 |
| Binary | 1000110 | 101100 | 110100 | 0 | 100101 | 11010 | 1001001 | 101010110 | 10111 | 10110 |
Color Harmonies of #462C34
Complementary color
Monochromatic Colors of #462C34
Black with #462C34
Text Example
Text Example
White with #462C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C34; }
p { color: rgb(70,44,52); }
H1.HeaderClassName
{
color: #462C34;
}
.AnyTagClassName
{
color: #462C34;
}
</style>
background-color css
<style>
a { background-color: #462C34; }
a { background-color: rgb(70,44,52); }
div.DivClassName
{
background-color: #462C34;
}
.BgClassName
{
background-color: #462C34;
}
</style>
border-color css
<style>
span { border-color: #462C34; }
span { border-color: rgb(70,44,52); }
td.TdClassName
{
border-color: #462C34;
}
.TagClassName
{
border-color: #462C34;
}
</style>