#482C13

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

Shades of Bistre #482C13

Tints of Bistre #482C13

Color information

#482C13 (or 0x482C13) is unknown color: approx Bistre. HEX triplet: 48, 2C and 13. RGB value is (72,44,19). Sum of RGB (Red+Green+Blue) = 72+44+19=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C13 is #B7D3EC. Grayscale: #313131. Windows color (decimal): -12047341 or 1256520. OLE color: 1256520.

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

Color convert

RGB724419-
CMYK00.390.740.72
HSL28.3º58.24%17.84%-
HSV(B)28.3º73.61%28.24%-
XYZ3.693.231.04-
YUV49.52110.78144.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 44 (17.58% from 255) = 32.59%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=53.33%
G=32.59%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72441900.390.740.7228.358.2417.84
Hex482C130274A481c3a12
Octal1105423047112110347222
Binary1001000101100100110100111100101010010001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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