#482C0D

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

Shades of Bistre #482C0D

Tints of Bistre #482C0D

Color information

#482C0D (or 0x482C0D) is unknown color: approx Bistre. HEX triplet: 48, 2C and 0D. RGB value is (72,44,13). Sum of RGB (Red+Green+Blue) = 72+44+13=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #482C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C0D is #B7D3F2. Grayscale: #303030. Windows color (decimal): -12047347 or 863304. OLE color: 863304.

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

Color convert

RGB724413-
CMYK00.390.820.72
HSL31.53º69.41%16.67%-
HSV(B)31.53º81.94%28.24%-
XYZ3.653.210.81-
YUV48.84107.78144.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=55.81%
G=34.11%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72441300.390.820.7231.5369.4116.67
Hex482CD0275248204511
Octal11054150471221104010521
Binary10010001011001101010011110100101001000100000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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