#48260D

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

Shades of Bistre #48260D

Tints of Bistre #48260D

Color information

#48260D (or 0x48260D) is unknown color: approx Bistre. HEX triplet: 48, 26 and 0D. RGB value is (72,38,13). Sum of RGB (Red+Green+Blue) = 72+38+13=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48260D is #B7D9F2. Grayscale: #2D2D2D. Windows color (decimal): -12048883 or 861768. OLE color: 861768.

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

Color convert

RGB723813-
CMYK00.470.820.72
HSL25.42º69.41%16.67%-
HSV(B)25.42º81.94%28.24%-
XYZ3.442.790.74-
YUV45.32109.76147.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=58.54%
G=30.89%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72381300.470.820.7225.4269.4116.67
Hex4826D02F5248194511
Octal11046150571221103110521
Binary1001000100110110101011111010010100100011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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