Shades of Brown Pod #451303
Tints of Brown Pod #451303
RGB
CMYK
RGB Variations
Color information
#451303 (or 0x451303) is known color: Brown Pod. HEX triplet: 45, 13 and 03. RGB value is (69,19,3). Sum of RGB (Red+Green+Blue) = 69+19+3=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #451303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451303 is #BAECFC. Grayscale: #202020. Windows color (decimal): -12250365 or 201541. OLE color: 201541.
HSL color Cylindrical-coordinate representation of color #451303: hue angle of 14.55º 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 #451303 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 3 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.73 |
| HSL | 14.55º | 0.92% | 0.14% | - |
| HSV(B) | 14.55º | 0.96% | 0.27% | - |
| XYZ | 2.7 | 1.74 | 0.28 | - |
| YUV | 32.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 3 | 0 | 0.72 | 0.96 | 0.73 | 14.55 | 0.92 | 0.14 |
| Hex | 45 | 13 | 3 | 0 | 48 | 60 | 49 | F | 5C | E |
| Octal | 105 | 23 | 3 | 0 | 110 | 140 | 111 | 17 | 134 | 16 |
| Binary | 1000101 | 10011 | 11 | 0 | 1001000 | 1100000 | 1001001 | 1111 | 1011100 | 1110 |
Color Harmonies of #451303
Complementary color
Monochromatic Colors of #451303
Black with #451303
Text Example
Text Example
White with #451303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451303; }
p { color: rgb(69,19,3); }
H1.HeaderClassName
{
color: #451303;
}
.AnyTagClassName
{
color: #451303;
}
</style>
background-color css
<style>
a { background-color: #451303; }
a { background-color: rgb(69,19,3); }
div.DivClassName
{
background-color: #451303;
}
.BgClassName
{
background-color: #451303;
}
</style>
border-color css
<style>
span { border-color: #451303; }
span { border-color: rgb(69,19,3); }
td.TdClassName
{
border-color: #451303;
}
.TagClassName
{
border-color: #451303;
}
</style>