#482404

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

Shades of Bistre #482404

Tints of Bistre #482404

Color information

#482404 (or 0x482404) is unknown color: approx Bistre. HEX triplet: 48, 24 and 04. RGB value is (72,36,4). Sum of RGB (Red+Green+Blue) = 72+36+4=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #482404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482404 is #B7DBFB. Grayscale: #2B2B2B. Windows color (decimal): -12049404 or 271432. OLE color: 271432.

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

Color convert

RGB72364-
CMYK00.50.940.72
HSL28.24º89.47%14.9%-
HSV(B)28.24º94.44%28.24%-
XYZ3.332.650.45-
YUV43.12105.93148.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 36 (14.45% from 255) = 32.14%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=64.29%
G=32.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236400.50.940.7228.2489.4714.9
Hex482440325E481c59f
Octal1104440621361103413117
Binary10010001001001000110010101111010010001110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482404; }

 p { color: rgb(72,36,4); }

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

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

 a { background-color: rgb(72,36,4); }

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

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

 span { border-color: rgb(72,36,4); }

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