Html Css Color HEX #492014 Brown Pod

📋 copy color: '#492014'

red 73 ◦ green 32 ◦ blue 20

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

Shades of Brown Pod #492014

Tints of Brown Pod #492014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 58.4%
G = 25.6%
B = 16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#492014 (or 0x492014) is known color: Brown Pod. HEX triplet: 49, 20 and 14. RGB value is (73,32,20). Sum of RGB (Red+Green+Blue) = 73+32+20=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492014 is #B6DFEB. Grayscale: #2A2A2A. Windows color (decimal): -11984876 or 1318985. OLE color: 1318985.

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

Color convert

RGB 73 32 20 -
CMYK 0 0.56 0.73 0.71
HSL 13.58º 0.57% 0.18% -
HSV(B) 13.58º 0.73% 0.29% -
XYZ 3.39 2.5 0.97 -
YUV 42.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 73 32 20 0 0.56 0.73 0.71 13.58 0.57 0.18
Hex 49 20 14 0 38 49 47 E 39 12
Octal 111 40 24 0 70 111 107 16 71 22
Binary 1001001 100000 10100 0 111000 1001001 1000111 1110 111001 10010

Color Harmonies of #492014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492014

Black with #492014

Text Example


Text Example

White with #492014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492014; }

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

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

background-color css

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

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

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

border-color css

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

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

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