#482608

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

Shades of Bistre #482608

Tints of Bistre #482608

Color information

#482608 (or 0x482608) is unknown color: approx Bistre. HEX triplet: 48, 26 and 08. RGB value is (72,38,8). Sum of RGB (Red+Green+Blue) = 72+38+8=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #482608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482608 is #B7D9F7. Grayscale: #2C2C2C. Windows color (decimal): -12048888 or 534088. OLE color: 534088.

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

Color convert

RGB72388-
CMYK00.470.890.72
HSL28.12º80%15.69%-
HSV(B)28.12º88.89%28.24%-
XYZ3.412.780.59-
YUV44.75107.26147.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=61.02%
G=32.20%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7238800.470.890.7228.128015.69
Hex4826802F59481c5010
Octal11046100571311103412020
Binary1001000100110100001011111011001100100011100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482608; }

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

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

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

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

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

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

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

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