Shades of Brown Pod #45231C
Tints of Brown Pod #45231C
RGB
CMYK
RGB Variations
Color information
#45231C (or 0x45231C) is known color: Brown Pod. HEX triplet: 45, 23 and 1C. RGB value is (69,35,28). Sum of RGB (Red+Green+Blue) = 69+35+28=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #45231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45231C is #BADCE3. Grayscale: #2C2C2C. Windows color (decimal): -12246244 or 1844037. OLE color: 1844037.
HSL color Cylindrical-coordinate representation of color #45231C: hue angle of 10.24º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45231C is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 35 | 28 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.73 |
| HSL | 10.24º | 0.42% | 0.19% | - |
| HSV(B) | 10.24º | 0.59% | 0.27% | - |
| XYZ | 3.26 | 2.55 | 1.42 | - |
| YUV | 44.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 28 | 0 | 0.49 | 0.59 | 0.73 | 10.24 | 0.42 | 0.19 |
| Hex | 45 | 23 | 1C | 0 | 31 | 3B | 49 | A | 2A | 13 |
| Octal | 105 | 43 | 34 | 0 | 61 | 73 | 111 | 12 | 52 | 23 |
| Binary | 1000101 | 100011 | 11100 | 0 | 110001 | 111011 | 1001001 | 1010 | 101010 | 10011 |
Color Harmonies of #45231C
Complementary color
Monochromatic Colors of #45231C
Black with #45231C
Text Example
Text Example
White with #45231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45231C; }
p { color: rgb(69,35,28); }
H1.HeaderClassName
{
color: #45231C;
}
.AnyTagClassName
{
color: #45231C;
}
</style>
background-color css
<style>
a { background-color: #45231C; }
a { background-color: rgb(69,35,28); }
div.DivClassName
{
background-color: #45231C;
}
.BgClassName
{
background-color: #45231C;
}
</style>
border-color css
<style>
span { border-color: #45231C; }
span { border-color: rgb(69,35,28); }
td.TdClassName
{
border-color: #45231C;
}
.TagClassName
{
border-color: #45231C;
}
</style>