Html Css Color HEX #482D15 Indian Tan

📋 copy color: '#482D15'

red 72 ◦ green 45 ◦ blue 21

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

Shades of Indian Tan #482D15

Tints of Indian Tan #482D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.61%

 BLUE value IS 21 (8.59% from 255) = 15.22%

R = 52.17%
G = 32.61%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.72

RGB Variations

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

Color information

#482D15 (or 0x482D15) is known color: Indian Tan. HEX triplet: 48, 2D and 15. RGB value is (72,45,21). Sum of RGB (Red+Green+Blue) = 72+45+21=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D15 is #B7D2EA. Grayscale: #323232. Windows color (decimal): -12047083 or 1387848. OLE color: 1387848.

HSL color Cylindrical-coordinate representation of color #482D15: hue angle of 28.24º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #482D15 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 45 21 -
CMYK 0 0.38 0.71 0.72
HSL 28.24º 0.55% 0.18% -
HSV(B) 28.24º 0.71% 0.28% -
XYZ 3.75 3.31 1.15 -
YUV 50.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 72 45 21 0 0.38 0.71 0.72 28.24 0.55 0.18
Hex 48 2D 15 0 26 47 48 1C 37 12
Octal 110 55 25 0 46 107 110 34 67 22
Binary 1001000 101101 10101 0 100110 1000111 1001000 11100 110111 10010

Color Harmonies of #482D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D15

Black with #482D15

Text Example


Text Example

White with #482D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,21); }

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

background-color css

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

 a { background-color: rgb(72,45,21); }

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

border-color css

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

 span { border-color: rgb(72,45,21); }

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