Html Css Color HEX #482F19 Indian Tan

📋 copy color: '#482F19'

red 72 ◦ green 47 ◦ blue 25

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

Shades of Indian Tan #482F19

Tints of Indian Tan #482F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.64%

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

R = 50%
G = 32.64%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#482F19 (or 0x482F19) is known color: Indian Tan. HEX triplet: 48, 2F and 19. RGB value is (72,47,25). Sum of RGB (Red+Green+Blue) = 72+47+25=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482F19 is #B7D0E6. Grayscale: #343434. Windows color (decimal): -12046567 or 1650504. OLE color: 1650504.

HSL color Cylindrical-coordinate representation of color #482F19: hue angle of 28.09º 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 #482F19 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 47 25 -
CMYK 0 0.35 0.65 0.72
HSL 28.09º 0.48% 0.19% -
HSV(B) 28.09º 0.65% 0.28% -
XYZ 3.86 3.48 1.39 -
YUV 51.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 72 47 25 0 0.35 0.65 0.72 28.09 0.48 0.19
Hex 48 2F 19 0 23 41 48 1C 30 13
Octal 110 57 31 0 43 101 110 34 60 23
Binary 1001000 101111 11001 0 100011 1000001 1001000 11100 110000 10011

Color Harmonies of #482F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F19

Black with #482F19

Text Example


Text Example

White with #482F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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