Html Css Color HEX #492016 Brown Pod

📋 copy color: '#492016'

red 73 ◦ green 32 ◦ blue 22

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

Shades of Brown Pod #492016

Tints of Brown Pod #492016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 57.48%
G = 25.2%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#492016 (or 0x492016) is known color: Brown Pod. HEX triplet: 49, 20 and 16. RGB value is (73,32,22). Sum of RGB (Red+Green+Blue) = 73+32+22=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492016 is #B6DFE9. Grayscale: #2B2B2B. Windows color (decimal): -11984874 or 1450057. OLE color: 1450057.

HSL color Cylindrical-coordinate representation of color #492016: hue angle of 11.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492016 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 22 -
CMYK 0 0.56 0.70 0.71
HSL 11.76º 0.54% 0.19% -
HSV(B) 11.76º 0.7% 0.29% -
XYZ 3.41 2.51 1.06 -
YUV 43.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 73 32 22 0 0.56 0.70 0.71 11.76 0.54 0.19
Hex 49 20 16 0 38 46 47 C 36 13
Octal 111 40 26 0 70 106 107 14 66 23
Binary 1001001 100000 10110 0 111000 1000110 1000111 1100 110110 10011

Color Harmonies of #492016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492016

Black with #492016

Text Example


Text Example

White with #492016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492016; }

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

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

background-color css

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

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

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

border-color css

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

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

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