Html Css Color HEX #482B14 Indian Tan

📋 copy color: '#482B14'

red 72 ◦ green 43 ◦ blue 20

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

Shades of Indian Tan #482B14

Tints of Indian Tan #482B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.85%

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 53.33%
G = 31.85%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#482B14 (or 0x482B14) is known color: Indian Tan. HEX triplet: 48, 2B and 14. RGB value is (72,43,20). Sum of RGB (Red+Green+Blue) = 72+43+20=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #482B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482B14 is #B7D4EB. Grayscale: #313131. Windows color (decimal): -12047596 or 1321800. OLE color: 1321800.

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

Color convert

RGB 72 43 20 -
CMYK 0 0.40 0.72 0.72
HSL 26.54º 0.57% 0.18% -
HSV(B) 26.54º 0.72% 0.28% -
XYZ 3.66 3.16 1.08 -
YUV 49.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 72 43 20 0 0.40 0.72 0.72 26.54 0.57 0.18
Hex 48 2B 14 0 28 48 48 1B 39 12
Octal 110 53 24 0 50 110 110 33 71 22
Binary 1001000 101011 10100 0 101000 1001000 1001000 11011 111001 10010

Color Harmonies of #482B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B14

Black with #482B14

Text Example


Text Example

White with #482B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,43,20); }

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

background-color css

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

 a { background-color: rgb(72,43,20); }

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

border-color css

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

 span { border-color: rgb(72,43,20); }

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