#48260A

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

Shades of Bistre #48260A

Tints of Bistre #48260A

Color information

#48260A (or 0x48260A) is unknown color: approx Bistre. HEX triplet: 48, 26 and 0A. RGB value is (72,38,10). Sum of RGB (Red+Green+Blue) = 72+38+10=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48260A is #B7D9F5. Grayscale: #2D2D2D. Windows color (decimal): -12048886 or 665160. OLE color: 665160.

HSL color Cylindrical-coordinate representation of color #48260A: hue angle of 27.1º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48260A is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB723810-
CMYK00.470.860.72
HSL27.1º75.61%16.08%-
HSV(B)27.1º86.11%28.24%-
XYZ3.422.790.64-
YUV44.97108.26147.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=60%
G=31.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72381000.470.860.7227.175.6116.08
Hex4826A02F56481b4c10
Octal11046120571261103311420
Binary1001000100110101001011111010110100100011011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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