Shades of Brown Pod #451B0C
Tints of Brown Pod #451B0C
RGB
CMYK
RGB Variations
Color information
#451B0C (or 0x451B0C) is known color: Brown Pod. HEX triplet: 45, 1B and 0C. RGB value is (69,27,12). Sum of RGB (Red+Green+Blue) = 69+27+12=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #451B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B0C is #BAE4F3. Grayscale: #252525. Windows color (decimal): -12248308 or 793413. OLE color: 793413.
HSL color Cylindrical-coordinate representation of color #451B0C: hue angle of 15.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451B0C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 12 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.73 |
| HSL | 15.79º | 0.7% | 0.16% | - |
| HSV(B) | 15.79º | 0.83% | 0.27% | - |
| XYZ | 2.91 | 2.08 | 0.59 | - |
| YUV | 37.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 12 | 0 | 0.61 | 0.83 | 0.73 | 15.79 | 0.7 | 0.16 |
| Hex | 45 | 1B | C | 0 | 3D | 53 | 49 | 10 | 46 | 10 |
| Octal | 105 | 33 | 14 | 0 | 75 | 123 | 111 | 20 | 106 | 20 |
| Binary | 1000101 | 11011 | 1100 | 0 | 111101 | 1010011 | 1001001 | 10000 | 1000110 | 10000 |
Color Harmonies of #451B0C
Complementary color
Monochromatic Colors of #451B0C
Black with #451B0C
Text Example
Text Example
White with #451B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B0C; }
p { color: rgb(69,27,12); }
H1.HeaderClassName
{
color: #451B0C;
}
.AnyTagClassName
{
color: #451B0C;
}
</style>
background-color css
<style>
a { background-color: #451B0C; }
a { background-color: rgb(69,27,12); }
div.DivClassName
{
background-color: #451B0C;
}
.BgClassName
{
background-color: #451B0C;
}
</style>
border-color css
<style>
span { border-color: #451B0C; }
span { border-color: rgb(69,27,12); }
td.TdClassName
{
border-color: #451B0C;
}
.TagClassName
{
border-color: #451B0C;
}
</style>