Html Css Color HEX #4A301C Indian Tan

📋 copy color: '#4A301C'

red 74 ◦ green 48 ◦ blue 28

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

Shades of Indian Tan #4A301C

Tints of Indian Tan #4A301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 49.33%
G = 32%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#4A301C (or 0x4A301C) is known color: Indian Tan. HEX triplet: 4A, 30 and 1C. RGB value is (74,48,28). Sum of RGB (Red+Green+Blue) = 74+48+28=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A301C is #B5CFE3. Grayscale: #353535. Windows color (decimal): -11915236 or 1847370. OLE color: 1847370.

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

Color convert

RGB 74 48 28 -
CMYK 0 0.35 0.62 0.71
HSL 26.09º 0.45% 0.2% -
HSV(B) 26.09º 0.62% 0.29% -
XYZ 4.09 3.65 1.59 -
YUV 53.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 74 48 28 0 0.35 0.62 0.71 26.09 0.45 0.2
Hex 4A 30 1C 0 23 3E 47 1A 2D 14
Octal 112 60 34 0 43 76 107 32 55 24
Binary 1001010 110000 11100 0 100011 111110 1000111 11010 101101 10100

Color Harmonies of #4A301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A301C

Black with #4A301C

Text Example


Text Example

White with #4A301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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