Shades of Mikado #43320F
Tints of Mikado #43320F
RGB
CMYK
RGB Variations
Color information
#43320F (or 0x43320F) is known color: Mikado. HEX triplet: 43, 32 and 0F. RGB value is (67,50,15). Sum of RGB (Red+Green+Blue) = 67+50+15=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #43320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43320F is #BCCDF0. Grayscale: #333333. Windows color (decimal): -12373489 or 995907. OLE color: 995907.
HSL color Cylindrical-coordinate representation of color #43320F: hue angle of 40.38º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43320F is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 15 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.74 |
| HSL | 40.38º | 0.63% | 0.16% | - |
| HSV(B) | 40.38º | 0.78% | 0.26% | - |
| XYZ | 3.54 | 3.51 | 0.94 | - |
| YUV | 51.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 15 | 0 | 0.25 | 0.78 | 0.74 | 40.38 | 0.63 | 0.16 |
| Hex | 43 | 32 | F | 0 | 19 | 4E | 4A | 28 | 3F | 10 |
| Octal | 103 | 62 | 17 | 0 | 31 | 116 | 112 | 50 | 77 | 20 |
| Binary | 1000011 | 110010 | 1111 | 0 | 11001 | 1001110 | 1001010 | 101000 | 111111 | 10000 |
Color Harmonies of #43320F
Complementary color
Monochromatic Colors of #43320F
Black with #43320F
Text Example
Text Example
White with #43320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43320F; }
p { color: rgb(67,50,15); }
H1.HeaderClassName
{
color: #43320F;
}
.AnyTagClassName
{
color: #43320F;
}
</style>
background-color css
<style>
a { background-color: #43320F; }
a { background-color: rgb(67,50,15); }
div.DivClassName
{
background-color: #43320F;
}
.BgClassName
{
background-color: #43320F;
}
</style>
border-color css
<style>
span { border-color: #43320F; }
span { border-color: rgb(67,50,15); }
td.TdClassName
{
border-color: #43320F;
}
.TagClassName
{
border-color: #43320F;
}
</style>