Shades of Brown Pod #452312
Tints of Brown Pod #452312
RGB
CMYK
RGB Variations
Color information
#452312 (or 0x452312) is known color: Brown Pod. HEX triplet: 45, 23 and 12. RGB value is (69,35,18). Sum of RGB (Red+Green+Blue) = 69+35+18=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #452312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452312 is #BADCED. Grayscale: #2B2B2B. Windows color (decimal): -12246254 or 1188677. OLE color: 1188677.
HSL color Cylindrical-coordinate representation of color #452312: hue angle of 20º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452312 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 18 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.73 |
| HSL | 20º | 0.59% | 0.17% | - |
| HSV(B) | 20º | 0.74% | 0.27% | - |
| XYZ | 3.16 | 2.51 | 0.89 | - |
| YUV | 43.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 18 | 0 | 0.49 | 0.74 | 0.73 | 20 | 0.59 | 0.17 |
| Hex | 45 | 23 | 12 | 0 | 31 | 4A | 49 | 14 | 3B | 11 |
| Octal | 105 | 43 | 22 | 0 | 61 | 112 | 111 | 24 | 73 | 21 |
| Binary | 1000101 | 100011 | 10010 | 0 | 110001 | 1001010 | 1001001 | 10100 | 111011 | 10001 |
Color Harmonies of #452312
Complementary color
Monochromatic Colors of #452312
Black with #452312
Text Example
Text Example
White with #452312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452312; }
p { color: rgb(69,35,18); }
H1.HeaderClassName
{
color: #452312;
}
.AnyTagClassName
{
color: #452312;
}
</style>
background-color css
<style>
a { background-color: #452312; }
a { background-color: rgb(69,35,18); }
div.DivClassName
{
background-color: #452312;
}
.BgClassName
{
background-color: #452312;
}
</style>
border-color css
<style>
span { border-color: #452312; }
span { border-color: rgb(69,35,18); }
td.TdClassName
{
border-color: #452312;
}
.TagClassName
{
border-color: #452312;
}
</style>