Html Css Color HEX #492814 Indian Tan

📋 copy color: '#492814'

red 73 ◦ green 40 ◦ blue 20

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

Shades of Indian Tan #492814

Tints of Indian Tan #492814

RGB

 RED value IS 73 (28.91% from 255) = 54.89%

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 54.89%
G = 30.08%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#492814 (or 0x492814) is known color: Indian Tan. HEX triplet: 49, 28 and 14. RGB value is (73,40,20). Sum of RGB (Red+Green+Blue) = 73+40+20=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #492814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492814 is #B6D7EB. Grayscale: #2F2F2F. Windows color (decimal): -11982828 or 1321033. OLE color: 1321033.

HSL color Cylindrical-coordinate representation of color #492814: hue angle of 22.64º 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 #492814 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 40 20 -
CMYK 0 0.45 0.73 0.71
HSL 22.64º 0.57% 0.18% -
HSV(B) 22.64º 0.73% 0.29% -
XYZ 3.63 2.98 1.05 -
YUV 47.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 73 40 20 0 0.45 0.73 0.71 22.64 0.57 0.18
Hex 49 28 14 0 2D 49 47 17 39 12
Octal 111 50 24 0 55 111 107 27 71 22
Binary 1001001 101000 10100 0 101101 1001001 1000111 10111 111001 10010

Color Harmonies of #492814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492814

Black with #492814

Text Example


Text Example

White with #492814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492814; }

 p { color: rgb(73,40,20); }

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

background-color css

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

 a { background-color: rgb(73,40,20); }

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

border-color css

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

 span { border-color: rgb(73,40,20); }

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