Shades of Brown Pod #411303
Tints of Brown Pod #411303
RGB
CMYK
RGB Variations
Color information
#411303 (or 0x411303) is known color: Brown Pod. HEX triplet: 41, 13 and 03. RGB value is (65,19,3). Sum of RGB (Red+Green+Blue) = 65+19+3=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #411303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411303 is #BEECFC. Grayscale: #1F1F1F. Windows color (decimal): -12512509 or 201537. OLE color: 201537.
HSL color Cylindrical-coordinate representation of color #411303: hue angle of 15.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #411303 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 19 | 3 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.75 |
| HSL | 15.48º | 0.91% | 0.13% | - |
| HSV(B) | 15.48º | 0.95% | 0.25% | - |
| XYZ | 2.43 | 1.6 | 0.27 | - |
| YUV | 30.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 3 | 0 | 0.71 | 0.95 | 0.75 | 15.48 | 0.91 | 0.13 |
| Hex | 41 | 13 | 3 | 0 | 47 | 5F | 4B | F | 5B | D |
| Octal | 101 | 23 | 3 | 0 | 107 | 137 | 113 | 17 | 133 | 15 |
| Binary | 1000001 | 10011 | 11 | 0 | 1000111 | 1011111 | 1001011 | 1111 | 1011011 | 1101 |
Color Harmonies of #411303
Complementary color
Monochromatic Colors of #411303
Black with #411303
Text Example
Text Example
White with #411303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411303; }
p { color: rgb(65,19,3); }
H1.HeaderClassName
{
color: #411303;
}
.AnyTagClassName
{
color: #411303;
}
</style>
background-color css
<style>
a { background-color: #411303; }
a { background-color: rgb(65,19,3); }
div.DivClassName
{
background-color: #411303;
}
.BgClassName
{
background-color: #411303;
}
</style>
border-color css
<style>
span { border-color: #411303; }
span { border-color: rgb(65,19,3); }
td.TdClassName
{
border-color: #411303;
}
.TagClassName
{
border-color: #411303;
}
</style>