#482C0F

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

Shades of Bistre #482C0F

Tints of Bistre #482C0F

Color information

#482C0F (or 0x482C0F) is unknown color: approx Bistre. HEX triplet: 48, 2C and 0F. RGB value is (72,44,15). Sum of RGB (Red+Green+Blue) = 72+44+15=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #482C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C0F is #B7D3F0. Grayscale: #313131. Windows color (decimal): -12047345 or 994376. OLE color: 994376.

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

Color convert

RGB724415-
CMYK00.390.790.72
HSL30.53º65.52%17.06%-
HSV(B)30.53º79.17%28.24%-
XYZ3.663.210.88-
YUV49.07108.78144.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=54.96%
G=33.59%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72441500.390.790.7230.5365.5217.06
Hex482CF0274F481f4211
Octal11054170471171103710221
Binary1001000101100111101001111001111100100011111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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