Html Css Color HEX #482E19 Indian Tan

📋 copy color: '#482E19'

red 72 ◦ green 46 ◦ blue 25

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

Shades of Indian Tan #482E19

Tints of Indian Tan #482E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.48%

R = 50.35%
G = 32.17%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482E19 (or 0x482E19) is known color: Indian Tan. HEX triplet: 48, 2E and 19. RGB value is (72,46,25). Sum of RGB (Red+Green+Blue) = 72+46+25=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #482E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E19 is #B7D1E6. Grayscale: #333333. Windows color (decimal): -12046823 or 1650248. OLE color: 1650248.

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

Color convert

RGB 72 46 25 -
CMYK 0 0.36 0.65 0.72
HSL 26.81º 0.48% 0.19% -
HSV(B) 26.81º 0.65% 0.28% -
XYZ 3.82 3.4 1.37 -
YUV 51.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 72 46 25 0 0.36 0.65 0.72 26.81 0.48 0.19
Hex 48 2E 19 0 24 41 48 1B 30 13
Octal 110 56 31 0 44 101 110 33 60 23
Binary 1001000 101110 11001 0 100100 1000001 1001000 11011 110000 10011

Color Harmonies of #482E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E19

Black with #482E19

Text Example


Text Example

White with #482E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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