Html Css Color HEX #482D16 Indian Tan

📋 copy color: '#482D16'

red 72 ◦ green 45 ◦ blue 22

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

Shades of Indian Tan #482D16

Tints of Indian Tan #482D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 51.8%
G = 32.37%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#482D16 (or 0x482D16) is known color: Indian Tan. HEX triplet: 48, 2D and 16. RGB value is (72,45,22). Sum of RGB (Red+Green+Blue) = 72+45+22=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #482D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D16 is #B7D2E9. Grayscale: #323232. Windows color (decimal): -12047082 or 1453384. OLE color: 1453384.

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

Color convert

RGB 72 45 22 -
CMYK 0 0.38 0.69 0.72
HSL 27.6º 0.53% 0.18% -
HSV(B) 27.6º 0.69% 0.28% -
XYZ 3.76 3.31 1.2 -
YUV 50.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 72 45 22 0 0.38 0.69 0.72 27.6 0.53 0.18
Hex 48 2D 16 0 26 45 48 1C 35 12
Octal 110 55 26 0 46 105 110 34 65 22
Binary 1001000 101101 10110 0 100110 1000101 1001000 11100 110101 10010

Color Harmonies of #482D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D16

Black with #482D16

Text Example


Text Example

White with #482D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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