Html Css Color HEX #482F1B Indian Tan

📋 copy color: '#482F1B'

red 72 ◦ green 47 ◦ blue 27

#482F1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #482F1B

Tints of Indian Tan #482F1B

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 value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#482F1B (or 0x482F1B) is known color: 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

RGB 72 47 27 -
CMYK 0 0.35 0.62 0.72
HSL 26.67º 0.45% 0.19% -
HSV(B) 26.67º 0.63% 0.28% -
XYZ 3.89 3.49 1.51 -
YUV 52.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 72 47 27 0 0.35 0.62 0.72 26.67 0.45 0.19
Hex 48 2F 1B 0 23 3E 48 1B 2D 13
Octal 110 57 33 0 43 76 110 33 55 23
Binary 1001000 101111 11011 0 100011 111110 1001000 11011 101101 10011

Color Harmonies of #482F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F1B

Black with #482F1B

Text Example


Text Example

White with #482F1B

Text Example


Text Example

HTML Codes & Css Web 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>