Html Css Color HEX #482E18 Indian Tan

📋 copy color: '#482E18'

red 72 ◦ green 46 ◦ blue 24

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

Shades of Indian Tan #482E18

Tints of Indian Tan #482E18

RGB

 RED value IS 72 (28.52% from 255) = 50.7%

 GREEN value IS 46 (18.36% from 255) = 32.39%

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 50.7%
G = 32.39%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#482E18 (or 0x482E18) is known color: Indian Tan. HEX triplet: 48, 2E and 18. RGB value is (72,46,24). Sum of RGB (Red+Green+Blue) = 72+46+24=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #482E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E18 is #B7D1E7. Grayscale: #333333. Windows color (decimal): -12046824 or 1584712. OLE color: 1584712.

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

Color convert

RGB 72 46 24 -
CMYK 0 0.36 0.67 0.72
HSL 27.5º 0.5% 0.19% -
HSV(B) 27.5º 0.67% 0.28% -
XYZ 3.81 3.4 1.32 -
YUV 51.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 72 46 24 0 0.36 0.67 0.72 27.5 0.5 0.19
Hex 48 2E 18 0 24 43 48 1C 32 13
Octal 110 56 30 0 44 103 110 34 62 23
Binary 1001000 101110 11000 0 100100 1000011 1001000 11100 110010 10011

Color Harmonies of #482E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E18

Black with #482E18

Text Example


Text Example

White with #482E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,24); }

 H1.HeaderClassName
 {
   color: #482E18;
 }
 .AnyTagClassName
 {
   color: #482E18;
 }
</style>

background-color css

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

 a { background-color: rgb(72,46,24); }

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

border-color css

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

 span { border-color: rgb(72,46,24); }

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