#482508

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

Shades of Bistre #482508

Tints of Bistre #482508

Color information

#482508 (or 0x482508) is unknown color: approx Bistre. HEX triplet: 48, 25 and 08. RGB value is (72,37,8). Sum of RGB (Red+Green+Blue) = 72+37+8=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #482508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482508 is #B7DAF7. Grayscale: #2C2C2C. Windows color (decimal): -12049144 or 533832. OLE color: 533832.

HSL color Cylindrical-coordinate representation of color #482508: hue angle of 27.19º 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 #482508 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72378-
CMYK00.490.890.72
HSL27.19º80%15.69%-
HSV(B)27.19º88.89%28.24%-
XYZ3.382.720.58-
YUV44.16107.6147.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=61.54%
G=31.62%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7237800.490.890.7227.198015.69
Hex4825803159481b5010
Octal11045100611311103312020
Binary1001000100101100001100011011001100100011011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482508; }

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

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

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

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

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

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

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

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