#482B13

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

Shades of Bistre #482B13

Tints of Bistre #482B13

Color information

#482B13 (or 0x482B13) is unknown color: approx Bistre. HEX triplet: 48, 2B and 13. RGB value is (72,43,19). Sum of RGB (Red+Green+Blue) = 72+43+19=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B13 is #B7D4EC. Grayscale: #313131. Windows color (decimal): -12047597 or 1256264. OLE color: 1256264.

HSL color Cylindrical-coordinate representation of color #482B13: hue angle of 27.17º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482B13 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB724319-
CMYK00.400.740.72
HSL27.17º58.24%17.84%-
HSV(B)27.17º73.61%28.24%-
XYZ3.653.151.03-
YUV48.93111.11144.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 43 (17.19% from 255) = 32.09%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=53.73%
G=32.09%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72431900.400.740.7227.1758.2417.84
Hex482B130284A481b3a12
Octal1105323050112110337222
Binary1001000101011100110101000100101010010001101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482B13; }

 p { color: rgb(72,43,19); }

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

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

 a { background-color: rgb(72,43,19); }

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

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

 span { border-color: rgb(72,43,19); }

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