Shades of Brown Pod #452201
Tints of Brown Pod #452201
RGB
CMYK
RGB Variations
Color information
#452201 (or 0x452201) is known color: Brown Pod. HEX triplet: 45, 22 and 01. RGB value is (69,34,1). Sum of RGB (Red+Green+Blue) = 69+34+1=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #452201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452201 is #BADDFE. Grayscale: #282828. Windows color (decimal): -12246527 or 74309. OLE color: 74309.
HSL color Cylindrical-coordinate representation of color #452201: hue angle of 29.12º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #452201 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 34 | 1 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.73 |
| HSL | 29.12º | 0.97% | 0.14% | - |
| HSV(B) | 29.12º | 0.99% | 0.27% | - |
| XYZ | 3.03 | 2.41 | 0.33 | - |
| YUV | 40.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 1 | 0 | 0.51 | 0.99 | 0.73 | 29.12 | 0.97 | 0.14 |
| Hex | 45 | 22 | 1 | 0 | 33 | 63 | 49 | 1D | 61 | E |
| Octal | 105 | 42 | 1 | 0 | 63 | 143 | 111 | 35 | 141 | 16 |
| Binary | 1000101 | 100010 | 1 | 0 | 110011 | 1100011 | 1001001 | 11101 | 1100001 | 1110 |
Color Harmonies of #452201
Complementary color
Monochromatic Colors of #452201
Black with #452201
Text Example
Text Example
White with #452201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452201; }
p { color: rgb(69,34,1); }
H1.HeaderClassName
{
color: #452201;
}
.AnyTagClassName
{
color: #452201;
}
</style>
background-color css
<style>
a { background-color: #452201; }
a { background-color: rgb(69,34,1); }
div.DivClassName
{
background-color: #452201;
}
.BgClassName
{
background-color: #452201;
}
</style>
border-color css
<style>
span { border-color: #452201; }
span { border-color: rgb(69,34,1); }
td.TdClassName
{
border-color: #452201;
}
.TagClassName
{
border-color: #452201;
}
</style>