Shades of Mikado #433213
Tints of Mikado #433213
RGB
CMYK
RGB Variations
Color information
#433213 (or 0x433213) is known color: Mikado. HEX triplet: 43, 32 and 13. RGB value is (67,50,19). Sum of RGB (Red+Green+Blue) = 67+50+19=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #433213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433213 is #BCCDEC. Grayscale: #333333. Windows color (decimal): -12373485 or 1258051. OLE color: 1258051.
HSL color Cylindrical-coordinate representation of color #433213: hue angle of 38.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433213 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 19 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.74 |
| HSL | 38.75º | 0.56% | 0.17% | - |
| HSV(B) | 38.75º | 0.72% | 0.26% | - |
| XYZ | 3.57 | 3.52 | 1.11 | - |
| YUV | 51.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 19 | 0 | 0.25 | 0.72 | 0.74 | 38.75 | 0.56 | 0.17 |
| Hex | 43 | 32 | 13 | 0 | 19 | 48 | 4A | 27 | 38 | 11 |
| Octal | 103 | 62 | 23 | 0 | 31 | 110 | 112 | 47 | 70 | 21 |
| Binary | 1000011 | 110010 | 10011 | 0 | 11001 | 1001000 | 1001010 | 100111 | 111000 | 10001 |
Color Harmonies of #433213
Complementary color
Monochromatic Colors of #433213
Black with #433213
Text Example
Text Example
White with #433213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433213; }
p { color: rgb(67,50,19); }
H1.HeaderClassName
{
color: #433213;
}
.AnyTagClassName
{
color: #433213;
}
</style>
background-color css
<style>
a { background-color: #433213; }
a { background-color: rgb(67,50,19); }
div.DivClassName
{
background-color: #433213;
}
.BgClassName
{
background-color: #433213;
}
</style>
border-color css
<style>
span { border-color: #433213; }
span { border-color: rgb(67,50,19); }
td.TdClassName
{
border-color: #433213;
}
.TagClassName
{
border-color: #433213;
}
</style>