#482A10

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

Shades of Bistre #482A10

Tints of Bistre #482A10

Color information

#482A10 (or 0x482A10) is unknown color: approx Bistre. HEX triplet: 48, 2A and 10. RGB value is (72,42,16). Sum of RGB (Red+Green+Blue) = 72+42+16=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #482A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482A10 is #B7D5EF. Grayscale: #303030. Windows color (decimal): -12047856 or 1059400. OLE color: 1059400.

HSL color Cylindrical-coordinate representation of color #482A10: hue angle of 27.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482A10 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB724216-
CMYK00.420.780.72
HSL27.86º63.64%17.25%-
HSV(B)27.86º77.78%28.24%-
XYZ3.593.070.89-
YUV48.01109.94145.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=55.38%
G=32.31%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72421600.420.780.7227.8663.6417.25
Hex482A1002A4E481c4011
Octal11052200521161103410021
Binary10010001010101000001010101001110100100011100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A10; }

 p { color: rgb(72,42,16); }

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

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

 a { background-color: rgb(72,42,16); }

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

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

 span { border-color: rgb(72,42,16); }

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