#482406

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

Shades of Bistre #482406

Tints of Bistre #482406

Color information

#482406 (or 0x482406) is unknown color: approx Bistre. HEX triplet: 48, 24 and 06. RGB value is (72,36,6). Sum of RGB (Red+Green+Blue) = 72+36+6=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #482406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482406 is #B7DBF9. Grayscale: #2B2B2B. Windows color (decimal): -12049402 or 402504. OLE color: 402504.

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

Color convert

RGB72366-
CMYK00.50.920.72
HSL27.27º84.62%15.29%-
HSV(B)27.27º91.67%28.24%-
XYZ3.342.650.51-
YUV43.34106.93148.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 36 (14.45% from 255) = 31.58%
BLUE value IS 6 (2.73% from 255) = 5.26%
R=63.16%
G=31.58%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236600.50.920.7227.2784.6215.29
Hex482460325C481b55f
Octal1104460621341103312517
Binary10010001001001100110010101110010010001101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482406; }

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

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

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

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

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

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

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

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