#482911

Color #482911 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #482911

Tints of Bistre #482911

Color information

#482911 (or 0x482911) is unknown color: approx Bistre. HEX triplet: 48, 29 and 11. RGB value is (72,41,17). Sum of RGB (Red+Green+Blue) = 72+41+17=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482911 is #B7D6EE. Grayscale: #2F2F2F. Windows color (decimal): -12048111 or 1124680. OLE color: 1124680.

HSL color Cylindrical-coordinate representation of color #482911: hue angle of 26.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #482911 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB724117-
CMYK00.430.760.72
HSL26.18º61.8%17.45%-
HSV(B)26.18º76.39%28.24%-
XYZ3.5730.92-
YUV47.53110.77145.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=55.38%
G=31.54%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72411700.430.760.7226.1861.817.45
Hex48291102B4C481a3e11
Octal1105121053114110327621
Binary1001000101001100010101011100110010010001101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482911; }

 p { color: rgb(72,41,17); }

 H1.HeaderClassName
 {
   color: #482911;
 }
 .AnyTagClassName
 {
   color: #482911;
 }
</style>
background-color css

<style>
 a { background-color: #482911; }

 a { background-color: rgb(72,41,17); }

 div.DivClassName
 {
   background-color: #482911;
 }
 .BgClassName
 {
   background-color: #482911;
 }
</style>
border-color css

<style>
 span { border-color: #482911; }

 span { border-color: rgb(72,41,17); }

 td.TdClassName
 {
   border-color: #482911;
 }
 .TagClassName
 {
   border-color: #482911;
 }
</style>