Html Css Color HEX #4A2714 Indian Tan

📋 copy color: '#4A2714'

red 74 ◦ green 39 ◦ blue 20

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

Shades of Indian Tan #4A2714

Tints of Indian Tan #4A2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

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

R = 55.64%
G = 29.32%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#4A2714 (or 0x4A2714) is known color: Indian Tan. HEX triplet: 4A, 27 and 14. RGB value is (74,39,20). Sum of RGB (Red+Green+Blue) = 74+39+20=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2714 is #B5D8EB. Grayscale: #2F2F2F. Windows color (decimal): -11917548 or 1320778. OLE color: 1320778.

HSL color Cylindrical-coordinate representation of color #4A2714: hue angle of 21.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2714 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 39 20 -
CMYK 0 0.47 0.73 0.71
HSL 21.11º 0.57% 0.18% -
HSV(B) 21.11º 0.73% 0.29% -
XYZ 3.68 2.96 1.04 -
YUV 47.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 74 39 20 0 0.47 0.73 0.71 21.11 0.57 0.18
Hex 4A 27 14 0 2F 49 47 15 39 12
Octal 112 47 24 0 57 111 107 25 71 22
Binary 1001010 100111 10100 0 101111 1001001 1000111 10101 111001 10010

Color Harmonies of #4A2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2714

Black with #4A2714

Text Example


Text Example

White with #4A2714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,39,20); }

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

background-color css

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

 a { background-color: rgb(74,39,20); }

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

border-color css

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

 span { border-color: rgb(74,39,20); }

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