#48290B

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

Shades of Bistre #48290B

Tints of Bistre #48290B

Color information

#48290B (or 0x48290B) is unknown color: approx Bistre. HEX triplet: 48, 29 and 0B. RGB value is (72,41,11). Sum of RGB (Red+Green+Blue) = 72+41+11=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48290B is #B7D6F4. Grayscale: #2E2E2E. Windows color (decimal): -12048117 or 731464. OLE color: 731464.

HSL color Cylindrical-coordinate representation of color #48290B: hue angle of 29.51º 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 #48290B is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB724111-
CMYK00.430.850.72
HSL29.51º73.49%16.27%-
HSV(B)29.51º84.72%28.24%-
XYZ3.532.990.71-
YUV46.85107.77145.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=58.06%
G=33.06%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72411100.430.850.7229.5173.4916.27
Hex4829B02B55481e4910
Octal11051130531251103611120
Binary1001000101001101101010111010101100100011110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48290B; }

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

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

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

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

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

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

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

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