Html Css Color HEX #4A2E17 Indian Tan

📋 copy color: '#4A2E17'

red 74 ◦ green 46 ◦ blue 23

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

Shades of Indian Tan #4A2E17

Tints of Indian Tan #4A2E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.17%

 BLUE value IS 23 (9.38% from 255) = 16.08%

R = 51.75%
G = 32.17%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#4A2E17 (or 0x4A2E17) is known color: Indian Tan. HEX triplet: 4A, 2E and 17. RGB value is (74,46,23). Sum of RGB (Red+Green+Blue) = 74+46+23=143 (18% of max value = 765). Red value is 74 (29.30% from 255 or 51.75% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2E17 is #B5D1E8. Grayscale: #333333. Windows color (decimal): -11915753 or 1519178. OLE color: 1519178.

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

Color convert

RGB 74 46 23 -
CMYK 0 0.38 0.69 0.71
HSL 27.06º 0.53% 0.19% -
HSV(B) 27.06º 0.69% 0.29% -
XYZ 3.96 3.47 1.27 -
YUV 51.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 74 46 23 0 0.38 0.69 0.71 27.06 0.53 0.19
Hex 4A 2E 17 0 26 45 47 1B 35 13
Octal 112 56 27 0 46 105 107 33 65 23
Binary 1001010 101110 10111 0 100110 1000101 1000111 11011 110101 10011

Color Harmonies of #4A2E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2E17

Black with #4A2E17

Text Example


Text Example

White with #4A2E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,46,23); }

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

background-color css

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

 a { background-color: rgb(74,46,23); }

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

border-color css

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

 span { border-color: rgb(74,46,23); }

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