#482C12

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

Shades of Bistre #482C12

Tints of Bistre #482C12

Color information

#482C12 (or 0x482C12) is unknown color: approx Bistre. HEX triplet: 48, 2C and 12. RGB value is (72,44,18). Sum of RGB (Red+Green+Blue) = 72+44+18=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #482C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C12 is #B7D3ED. Grayscale: #313131. Windows color (decimal): -12047342 or 1190984. OLE color: 1190984.

HSL color Cylindrical-coordinate representation of color #482C12: hue angle of 28.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482C12 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB724418-
CMYK00.390.750.72
HSL28.89º60%17.65%-
HSV(B)28.89º75%28.24%-
XYZ3.683.221-
YUV49.41110.28144.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 44 (17.58% from 255) = 32.84%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=53.73%
G=32.84%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72441800.390.750.7228.896017.65
Hex482C120274B481d3c12
Octal1105422047113110357422
Binary1001000101100100100100111100101110010001110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,44,18); }

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

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

 a { background-color: rgb(72,44,18); }

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

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

 span { border-color: rgb(72,44,18); }

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