Shades of Brown Pod #452103
Tints of Brown Pod #452103
RGB
CMYK
RGB Variations
Color information
#452103 (or 0x452103) is known color: Brown Pod. HEX triplet: 45, 21 and 03. RGB value is (69,33,3). Sum of RGB (Red+Green+Blue) = 69+33+3=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #452103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452103 is #BADEFC. Grayscale: #282828. Windows color (decimal): -12246781 or 205125. OLE color: 205125.
HSL color Cylindrical-coordinate representation of color #452103: hue angle of 27.27º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #452103 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 33 | 3 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.73 |
| HSL | 27.27º | 0.92% | 0.14% | - |
| HSV(B) | 27.27º | 0.96% | 0.27% | - |
| XYZ | 3.01 | 2.36 | 0.38 | - |
| YUV | 40.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 3 | 0 | 0.52 | 0.96 | 0.73 | 27.27 | 0.92 | 0.14 |
| Hex | 45 | 21 | 3 | 0 | 34 | 60 | 49 | 1B | 5C | E |
| Octal | 105 | 41 | 3 | 0 | 64 | 140 | 111 | 33 | 134 | 16 |
| Binary | 1000101 | 100001 | 11 | 0 | 110100 | 1100000 | 1001001 | 11011 | 1011100 | 1110 |
Color Harmonies of #452103
Complementary color
Monochromatic Colors of #452103
Black with #452103
Text Example
Text Example
White with #452103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452103; }
p { color: rgb(69,33,3); }
H1.HeaderClassName
{
color: #452103;
}
.AnyTagClassName
{
color: #452103;
}
</style>
background-color css
<style>
a { background-color: #452103; }
a { background-color: rgb(69,33,3); }
div.DivClassName
{
background-color: #452103;
}
.BgClassName
{
background-color: #452103;
}
</style>
border-color css
<style>
span { border-color: #452103; }
span { border-color: rgb(69,33,3); }
td.TdClassName
{
border-color: #452103;
}
.TagClassName
{
border-color: #452103;
}
</style>