#482605

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

Shades of Bistre #482605

Tints of Bistre #482605

Color information

#482605 (or 0x482605) is unknown color: approx Bistre. HEX triplet: 48, 26 and 05. RGB value is (72,38,5). Sum of RGB (Red+Green+Blue) = 72+38+5=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #482605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482605 is #B7D9FA. Grayscale: #2C2C2C. Windows color (decimal): -12048891 or 337480. OLE color: 337480.

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

Color convert

RGB72385-
CMYK00.470.930.72
HSL29.55º87.01%15.1%-
HSV(B)29.55º93.06%28.24%-
XYZ3.392.770.5-
YUV44.4105.76147.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 5 (2.34% from 255) = 4.35%
R=62.61%
G=33.04%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7238500.470.930.7229.5587.0115.1
Hex4826502F5D481e57f
Octal1104650571351103612717
Binary10010001001101010101111101110110010001111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482605; }

 p { color: rgb(72,38,5); }

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

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

 a { background-color: rgb(72,38,5); }

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

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

 span { border-color: rgb(72,38,5); }

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