#482504

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

Shades of Bistre #482504

Tints of Bistre #482504

Color information

#482504 (or 0x482504) is unknown color: approx Bistre. HEX triplet: 48, 25 and 04. RGB value is (72,37,4). Sum of RGB (Red+Green+Blue) = 72+37+4=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #482504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482504 is #B7DAFB. Grayscale: #2B2B2B. Windows color (decimal): -12049148 or 271688. OLE color: 271688.

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

Color convert

RGB72374-
CMYK00.490.940.72
HSL29.12º89.47%14.9%-
HSV(B)29.12º94.44%28.24%-
XYZ3.362.710.46-
YUV43.7105.6148.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=63.72%
G=32.74%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7237400.490.940.7229.1289.4714.9
Hex482540315E481d59f
Octal1104540611361103513117
Binary10010001001011000110001101111010010001110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482504; }

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

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

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

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

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

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

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

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