#482F1B

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

Shades of Indian Tan #482F1B

Tints of Indian Tan #482F1B

Color information

#482F1B (or 0x482F1B) is unknown color: approx Indian Tan. HEX triplet: 48, 2F and 1B. RGB value is (72,47,27). Sum of RGB (Red+Green+Blue) = 72+47+27=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #482F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F1B is #B7D0E4. Grayscale: #343434. Windows color (decimal): -12046565 or 1781576. OLE color: 1781576.

HSL color Cylindrical-coordinate representation of color #482F1B: hue angle of 26.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482F1B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB724727-
CMYK00.350.620.72
HSL26.67º45.45%19.41%-
HSV(B)26.67º62.5%28.24%-
XYZ3.893.491.51-
YUV52.2113.78142.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=49.32%
G=32.19%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72472700.350.620.7226.6745.4519.41
Hex482F1B0233E481b2d13
Octal110573304376110335523
Binary100100010111111011010001111111010010001101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,47,27); }

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

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

 a { background-color: rgb(72,47,27); }

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

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

 span { border-color: rgb(72,47,27); }

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