Shades of Brown Pod #43170C
Tints of Brown Pod #43170C
RGB
CMYK
RGB Variations
Color information
#43170C (or 0x43170C) is known color: Brown Pod. HEX triplet: 43, 17 and 0C. RGB value is (67,23,12). Sum of RGB (Red+Green+Blue) = 67+23+12=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #43170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43170C is #BCE8F3. Grayscale: #222222. Windows color (decimal): -12380404 or 792387. OLE color: 792387.
HSL color Cylindrical-coordinate representation of color #43170C: hue angle of 12º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43170C is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 12 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.74 |
| HSL | 12º | 0.7% | 0.15% | - |
| HSV(B) | 12º | 0.82% | 0.26% | - |
| XYZ | 2.69 | 1.83 | 0.56 | - |
| YUV | 34.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 12 | 0 | 0.66 | 0.82 | 0.74 | 12 | 0.7 | 0.15 |
| Hex | 43 | 17 | C | 0 | 42 | 52 | 4A | C | 46 | F |
| Octal | 103 | 27 | 14 | 0 | 102 | 122 | 112 | 14 | 106 | 17 |
| Binary | 1000011 | 10111 | 1100 | 0 | 1000010 | 1010010 | 1001010 | 1100 | 1000110 | 1111 |
Color Harmonies of #43170C
Complementary color
Monochromatic Colors of #43170C
Black with #43170C
Text Example
Text Example
White with #43170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43170C; }
p { color: rgb(67,23,12); }
H1.HeaderClassName
{
color: #43170C;
}
.AnyTagClassName
{
color: #43170C;
}
</style>
background-color css
<style>
a { background-color: #43170C; }
a { background-color: rgb(67,23,12); }
div.DivClassName
{
background-color: #43170C;
}
.BgClassName
{
background-color: #43170C;
}
</style>
border-color css
<style>
span { border-color: #43170C; }
span { border-color: rgb(67,23,12); }
td.TdClassName
{
border-color: #43170C;
}
.TagClassName
{
border-color: #43170C;
}
</style>