#482402

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

Shades of Bistre #482402

Tints of Bistre #482402

Color information

#482402 (or 0x482402) is unknown color: approx Bistre. HEX triplet: 48, 24 and 02. RGB value is (72,36,2). Sum of RGB (Red+Green+Blue) = 72+36+2=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #482402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482402 is #B7DBFD. Grayscale: #2B2B2B. Windows color (decimal): -12049406 or 140360. OLE color: 140360.

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

Color convert

RGB72362-
CMYK00.50.970.72
HSL29.14º94.59%14.51%-
HSV(B)29.14º97.22%28.24%-
XYZ3.312.640.39-
YUV42.89104.93148.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 36 (14.45% from 255) = 32.73%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=65.45%
G=32.73%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7236200.50.970.7229.1494.5914.51
Hex4824203261481d5ff
Octal1104420621411103513717
Binary1001000100100100110010110000110010001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482402; }

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

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

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

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

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

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

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

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