Html Css Color HEX #4A3021 Indian Tan

📋 copy color: '#4A3021'

red 74 ◦ green 48 ◦ blue 33

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

Shades of Indian Tan #4A3021

Tints of Indian Tan #4A3021

RGB

 RED value IS 74 (29.3% from 255) = 47.74%

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 47.74%
G = 30.97%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4A3021 (or 0x4A3021) is known color: Indian Tan. HEX triplet: 4A, 30 and 21. RGB value is (74,48,33). Sum of RGB (Red+Green+Blue) = 74+48+33=155 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.74% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3021 is #B5CFDE. Grayscale: #363636. Windows color (decimal): -11915231 or 2175050. OLE color: 2175050.

HSL color Cylindrical-coordinate representation of color #4A3021: hue angle of 21.95º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A3021 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 48 33 -
CMYK 0 0.35 0.55 0.71
HSL 21.95º 0.38% 0.21% -
HSV(B) 21.95º 0.55% 0.29% -
XYZ 4.16 3.68 1.93 -
YUV 54.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 74 48 33 0 0.35 0.55 0.71 21.95 0.38 0.21
Hex 4A 30 21 0 23 37 47 16 26 15
Octal 112 60 41 0 43 67 107 26 46 25
Binary 1001010 110000 100001 0 100011 110111 1000111 10110 100110 10101

Color Harmonies of #4A3021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3021

Black with #4A3021

Text Example


Text Example

White with #4A3021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3021; }

 p { color: rgb(74,48,33); }

 H1.HeaderClassName
 {
   color: #4A3021;
 }
 .AnyTagClassName
 {
   color: #4A3021;
 }
</style>

background-color css

<style>
 a { background-color: #4A3021; }

 a { background-color: rgb(74,48,33); }

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

border-color css

<style>
 span { border-color: #4A3021; }

 span { border-color: rgb(74,48,33); }

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