#482912

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

Shades of Bistre #482912

Tints of Bistre #482912

Color information

#482912 (or 0x482912) is unknown color: approx Bistre. HEX triplet: 48, 29 and 12. RGB value is (72,41,18). Sum of RGB (Red+Green+Blue) = 72+41+18=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482912 is #B7D6ED. Grayscale: #2F2F2F. Windows color (decimal): -12048110 or 1190216. OLE color: 1190216.

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

Color convert

RGB724118-
CMYK00.430.750.72
HSL25.56º60%17.65%-
HSV(B)25.56º75%28.24%-
XYZ3.573.010.96-
YUV47.65111.27145.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=54.96%
G=31.30%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72411800.430.750.7225.566017.65
Hex48291202B4B481a3c12
Octal1105122053113110327422
Binary1001000101001100100101011100101110010001101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482912; }

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

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

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

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

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

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

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

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