Shades of Brown Pod #451203
Tints of Brown Pod #451203
RGB
CMYK
RGB Variations
Color information
#451203 (or 0x451203) is known color: Brown Pod. HEX triplet: 45, 12 and 03. RGB value is (69,18,3). Sum of RGB (Red+Green+Blue) = 69+18+3=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #451203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451203 is #BAEDFC. Grayscale: #1F1F1F. Windows color (decimal): -12250621 or 201285. OLE color: 201285.
HSL color Cylindrical-coordinate representation of color #451203: hue angle of 13.64º 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 #451203 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 3 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.73 |
| HSL | 13.64º | 0.92% | 0.14% | - |
| HSV(B) | 13.64º | 0.96% | 0.27% | - |
| XYZ | 2.69 | 1.7 | 0.27 | - |
| YUV | 31.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 3 | 0 | 0.74 | 0.96 | 0.73 | 13.64 | 0.92 | 0.14 |
| Hex | 45 | 12 | 3 | 0 | 4A | 60 | 49 | E | 5C | E |
| Octal | 105 | 22 | 3 | 0 | 112 | 140 | 111 | 16 | 134 | 16 |
| Binary | 1000101 | 10010 | 11 | 0 | 1001010 | 1100000 | 1001001 | 1110 | 1011100 | 1110 |
Color Harmonies of #451203
Complementary color
Monochromatic Colors of #451203
Black with #451203
Text Example
Text Example
White with #451203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451203; }
p { color: rgb(69,18,3); }
H1.HeaderClassName
{
color: #451203;
}
.AnyTagClassName
{
color: #451203;
}
</style>
background-color css
<style>
a { background-color: #451203; }
a { background-color: rgb(69,18,3); }
div.DivClassName
{
background-color: #451203;
}
.BgClassName
{
background-color: #451203;
}
</style>
border-color css
<style>
span { border-color: #451203; }
span { border-color: rgb(69,18,3); }
td.TdClassName
{
border-color: #451203;
}
.TagClassName
{
border-color: #451203;
}
</style>