Shades of Brown Pod #45201A
Tints of Brown Pod #45201A
RGB
CMYK
RGB Variations
Color information
#45201A (or 0x45201A) is known color: Brown Pod. HEX triplet: 45, 20 and 1A. RGB value is (69,32,26). Sum of RGB (Red+Green+Blue) = 69+32+26=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #45201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45201A is #BADFE5. Grayscale: #2A2A2A. Windows color (decimal): -12247014 or 1712197. OLE color: 1712197.
HSL color Cylindrical-coordinate representation of color #45201A: hue angle of 8.37º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45201A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 32 | 26 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.73 |
| HSL | 8.37º | 0.45% | 0.19% | - |
| HSV(B) | 8.37º | 0.62% | 0.27% | - |
| XYZ | 3.16 | 2.37 | 1.27 | - |
| YUV | 42.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 26 | 0 | 0.54 | 0.62 | 0.73 | 8.37 | 0.45 | 0.19 |
| Hex | 45 | 20 | 1A | 0 | 36 | 3E | 49 | 8 | 2D | 13 |
| Octal | 105 | 40 | 32 | 0 | 66 | 76 | 111 | 10 | 55 | 23 |
| Binary | 1000101 | 100000 | 11010 | 0 | 110110 | 111110 | 1001001 | 1000 | 101101 | 10011 |
Color Harmonies of #45201A
Complementary color
Monochromatic Colors of #45201A
Black with #45201A
Text Example
Text Example
White with #45201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45201A; }
p { color: rgb(69,32,26); }
H1.HeaderClassName
{
color: #45201A;
}
.AnyTagClassName
{
color: #45201A;
}
</style>
background-color css
<style>
a { background-color: #45201A; }
a { background-color: rgb(69,32,26); }
div.DivClassName
{
background-color: #45201A;
}
.BgClassName
{
background-color: #45201A;
}
</style>
border-color css
<style>
span { border-color: #45201A; }
span { border-color: rgb(69,32,26); }
td.TdClassName
{
border-color: #45201A;
}
.TagClassName
{
border-color: #45201A;
}
</style>