Shades of Mikado #433822
Tints of Mikado #433822
RGB
CMYK
RGB Variations
Color information
#433822 (or 0x433822) is known color: Mikado. HEX triplet: 43, 38 and 22. RGB value is (67,56,34). Sum of RGB (Red+Green+Blue) = 67+56+34=157 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.68% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 67 - color contains mainly: red. Hex color #433822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433822 is #BCC7DD. Grayscale: #383838. Windows color (decimal): -12371934 or 2242627. OLE color: 2242627.
HSL color Cylindrical-coordinate representation of color #433822: hue angle of 40º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #433822 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 34 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.74 |
| HSL | 40º | 0.33% | 0.2% | - |
| HSV(B) | 40º | 0.49% | 0.26% | - |
| XYZ | 4.02 | 4.14 | 2.1 | - |
| YUV | 56.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 34 | 0 | 0.16 | 0.49 | 0.74 | 40 | 0.33 | 0.2 |
| Hex | 43 | 38 | 22 | 0 | 10 | 31 | 4A | 28 | 21 | 14 |
| Octal | 103 | 70 | 42 | 0 | 20 | 61 | 112 | 50 | 41 | 24 |
| Binary | 1000011 | 111000 | 100010 | 0 | 10000 | 110001 | 1001010 | 101000 | 100001 | 10100 |
Color Harmonies of #433822
Complementary color
Monochromatic Colors of #433822
Black with #433822
Text Example
Text Example
White with #433822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433822; }
p { color: rgb(67,56,34); }
H1.HeaderClassName
{
color: #433822;
}
.AnyTagClassName
{
color: #433822;
}
</style>
background-color css
<style>
a { background-color: #433822; }
a { background-color: rgb(67,56,34); }
div.DivClassName
{
background-color: #433822;
}
.BgClassName
{
background-color: #433822;
}
</style>
border-color css
<style>
span { border-color: #433822; }
span { border-color: rgb(67,56,34); }
td.TdClassName
{
border-color: #433822;
}
.TagClassName
{
border-color: #433822;
}
</style>