#48280F

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

Shades of Bistre #48280F

Tints of Bistre #48280F

Color information

#48280F (or 0x48280F) is unknown color: approx Bistre. HEX triplet: 48, 28 and 0F. RGB value is (72,40,15). Sum of RGB (Red+Green+Blue) = 72+40+15=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48280F is #B7D7F0. Grayscale: #2E2E2E. Windows color (decimal): -12048369 or 993352. OLE color: 993352.

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

Color convert

RGB724015-
CMYK00.440.790.72
HSL26.32º65.52%17.06%-
HSV(B)26.32º79.17%28.24%-
XYZ3.522.930.83-
YUV46.72110.1146.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 15 (6.25% from 255) = 11.81%
R=56.69%
G=31.50%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72401500.440.790.7226.3265.5217.06
Hex4828F02C4F481a4211
Octal11050170541171103210221
Binary1001000101000111101011001001111100100011010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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