Shades of Bistre #482403
Tints of Bistre #482403
RGB
CMYK
RGB Variations
Color information
#482403 (or 0x482403) is known color: Bistre. HEX triplet: 48, 24 and 03. RGB value is (72,36,3). Sum of RGB (Red+Green+Blue) = 72+36+3=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #482403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482403 is #B7DBFC. Grayscale: #2B2B2B. Windows color (decimal): -12049405 or 205896. OLE color: 205896.
HSL color Cylindrical-coordinate representation of color #482403: hue angle of 28.7º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #482403 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 3 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.72 |
| HSL | 28.7º | 0.92% | 0.15% | - |
| HSV(B) | 28.7º | 0.96% | 0.28% | - |
| XYZ | 3.32 | 2.65 | 0.42 | - |
| YUV | 43 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 3 | 0 | 0.5 | 0.96 | 0.72 | 28.7 | 0.92 | 0.15 |
| Hex | 48 | 24 | 3 | 0 | 32 | 60 | 48 | 1D | 5C | F |
| Octal | 110 | 44 | 3 | 0 | 62 | 140 | 110 | 35 | 134 | 17 |
| Binary | 1001000 | 100100 | 11 | 0 | 110010 | 1100000 | 1001000 | 11101 | 1011100 | 1111 |
Color Harmonies of #482403
Complementary color
Monochromatic Colors of #482403
Black with #482403
Text Example
Text Example
White with #482403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482403; }
p { color: rgb(72,36,3); }
H1.HeaderClassName
{
color: #482403;
}
.AnyTagClassName
{
color: #482403;
}
</style>
background-color css
<style>
a { background-color: #482403; }
a { background-color: rgb(72,36,3); }
div.DivClassName
{
background-color: #482403;
}
.BgClassName
{
background-color: #482403;
}
</style>
border-color css
<style>
span { border-color: #482403; }
span { border-color: rgb(72,36,3); }
td.TdClassName
{
border-color: #482403;
}
.TagClassName
{
border-color: #482403;
}
</style>