#482B0D

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

Shades of Bistre #482B0D

Tints of Bistre #482B0D

Color information

#482B0D (or 0x482B0D) is unknown color: approx Bistre. HEX triplet: 48, 2B and 0D. RGB value is (72,43,13). Sum of RGB (Red+Green+Blue) = 72+43+13=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #482B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B0D is #B7D4F2. Grayscale: #303030. Windows color (decimal): -12047603 or 863048. OLE color: 863048.

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

Color convert

RGB724313-
CMYK00.400.820.72
HSL30.51º69.41%16.67%-
HSV(B)30.51º81.94%28.24%-
XYZ3.613.130.8-
YUV48.25108.11144.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=56.25%
G=33.59%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72431300.400.820.7230.5169.4116.67
Hex482BD02852481f4511
Octal11053150501221103710521
Binary1001000101011110101010001010010100100011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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