#48270D

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

Shades of Bistre #48270D

Tints of Bistre #48270D

Color information

#48270D (or 0x48270D) is unknown color: approx Bistre. HEX triplet: 48, 27 and 0D. RGB value is (72,39,13). Sum of RGB (Red+Green+Blue) = 72+39+13=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48270D is #B7D8F2. Grayscale: #2E2E2E. Windows color (decimal): -12048627 or 862024. OLE color: 862024.

HSL color Cylindrical-coordinate representation of color #48270D: hue angle of 26.44º 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 #48270D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB723913-
CMYK00.460.820.72
HSL26.44º69.41%16.67%-
HSV(B)26.44º81.94%28.24%-
XYZ3.472.860.75-
YUV45.9109.43146.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=58.06%
G=31.45%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72391300.460.820.7226.4469.4116.67
Hex4827D02E52481a4511
Octal11047150561221103210521
Binary1001000100111110101011101010010100100011010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48270D; }

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

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

<style>
 a { background-color: #48270D; }

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

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

<style>
 span { border-color: #48270D; }

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

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