Shades of Brown Pod #451B00
Tints of Brown Pod #451B00
RGB
CMYK
RGB Variations
Color information
#451B00 (or 0x451B00) is known color: Brown Pod. HEX triplet: 45, 1B and 00. RGB value is (69,27,0). Sum of RGB (Red+Green+Blue) = 69+27+0=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #451B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B00 is #BAE4FF. Grayscale: #242424. Windows color (decimal): -12248320 or 6981. OLE color: 6981.
HSL color Cylindrical-coordinate representation of color #451B00: hue angle of 23.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #451B00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 27 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.73 |
| HSL | 23.48º | 1% | 0.14% | - |
| HSV(B) | 23.48º | 1% | 0.27% | - |
| XYZ | 2.85 | 2.05 | 0.25 | - |
| YUV | 36.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 27 | 0 | 0 | 0.61 | 1 | 0.73 | 23.48 | 1 | 0.14 |
| Hex | 45 | 1B | 0 | 0 | 3D | 64 | 49 | 17 | 64 | E |
| Octal | 105 | 33 | 0 | 0 | 75 | 144 | 111 | 27 | 144 | 16 |
| Binary | 1000101 | 11011 | 0 | 0 | 111101 | 1100100 | 1001001 | 10111 | 1100100 | 1110 |
Color Harmonies of #451B00
Complementary color
Monochromatic Colors of #451B00
Black with #451B00
Text Example
Text Example
White with #451B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451B00; }
p { color: rgb(69,27,0); }
H1.HeaderClassName
{
color: #451B00;
}
.AnyTagClassName
{
color: #451B00;
}
</style>
background-color css
<style>
a { background-color: #451B00; }
a { background-color: rgb(69,27,0); }
div.DivClassName
{
background-color: #451B00;
}
.BgClassName
{
background-color: #451B00;
}
</style>
border-color css
<style>
span { border-color: #451B00; }
span { border-color: rgb(69,27,0); }
td.TdClassName
{
border-color: #451B00;
}
.TagClassName
{
border-color: #451B00;
}
</style>