#482710

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

Shades of Bistre #482710

Tints of Bistre #482710

Color information

#482710 (or 0x482710) is unknown color: approx Bistre. HEX triplet: 48, 27 and 10. RGB value is (72,39,16). Sum of RGB (Red+Green+Blue) = 72+39+16=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #482710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482710 is #B7D8EF. Grayscale: #2E2E2E. Windows color (decimal): -12048624 or 1058632. OLE color: 1058632.

HSL color Cylindrical-coordinate representation of color #482710: hue angle of 24.64º 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 #482710 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB723916-
CMYK00.460.780.72
HSL24.64º63.64%17.25%-
HSV(B)24.64º77.78%28.24%-
XYZ3.492.870.86-
YUV46.24110.93146.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=56.69%
G=30.71%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72391600.460.780.7224.6463.6417.25
Hex48271002E4E48194011
Octal11047200561161103110021
Binary10010001001111000001011101001110100100011001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482710; }

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

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

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

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

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

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

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

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