#482B0B

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

Shades of Bistre #482B0B

Tints of Bistre #482B0B

Color information

#482B0B (or 0x482B0B) is unknown color: approx Bistre. HEX triplet: 48, 2B and 0B. RGB value is (72,43,11). Sum of RGB (Red+Green+Blue) = 72+43+11=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B0B is #B7D4F4. Grayscale: #303030. Windows color (decimal): -12047605 or 731976. OLE color: 731976.

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

Color convert

RGB724311-
CMYK00.400.850.72
HSL31.48º73.49%16.27%-
HSV(B)31.48º84.72%28.24%-
XYZ3.63.130.73-
YUV48.02107.11145.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=57.14%
G=34.13%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72431100.400.850.7231.4873.4916.27
Hex482BB02855481f4910
Octal11053130501251103711120
Binary1001000101011101101010001010101100100011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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