#48280C

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

Shades of Bistre #48280C

Tints of Bistre #48280C

Color information

#48280C (or 0x48280C) is unknown color: approx Bistre. HEX triplet: 48, 28 and 0C. RGB value is (72,40,12). Sum of RGB (Red+Green+Blue) = 72+40+12=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48280C is #B7D7F3. Grayscale: #2E2E2E. Windows color (decimal): -12048372 or 796744. OLE color: 796744.

HSL color Cylindrical-coordinate representation of color #48280C: hue angle of 28º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48280C is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB724012-
CMYK00.440.830.72
HSL28º71.43%16.47%-
HSV(B)28º83.33%28.24%-
XYZ3.52.920.73-
YUV46.38108.6146.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=58.06%
G=32.26%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72401200.440.830.722871.4316.47
Hex4828C02C53481c4710
Octal11050140541231103410720
Binary1001000101000110001011001010011100100011100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48280C; }

 p { color: rgb(72,40,12); }

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

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

 a { background-color: rgb(72,40,12); }

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

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

 span { border-color: rgb(72,40,12); }

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