Html Css Color HEX #492011 Brown Pod

📋 copy color: '#492011'

red 73 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #492011

Tints of Brown Pod #492011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 59.84%
G = 26.23%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#492011 (or 0x492011) is known color: Brown Pod. HEX triplet: 49, 20 and 11. RGB value is (73,32,17). Sum of RGB (Red+Green+Blue) = 73+32+17=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #492011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492011 is #B6DFEE. Grayscale: #2A2A2A. Windows color (decimal): -11984879 or 1122377. OLE color: 1122377.

HSL color Cylindrical-coordinate representation of color #492011: hue angle of 16.07º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492011 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 17 -
CMYK 0 0.56 0.77 0.71
HSL 16.07º 0.62% 0.18% -
HSV(B) 16.07º 0.77% 0.29% -
XYZ 3.37 2.49 0.83 -
YUV 42.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 73 32 17 0 0.56 0.77 0.71 16.07 0.62 0.18
Hex 49 20 11 0 38 4D 47 10 3E 12
Octal 111 40 21 0 70 115 107 20 76 22
Binary 1001001 100000 10001 0 111000 1001101 1000111 10000 111110 10010

Color Harmonies of #492011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492011

Black with #492011

Text Example


Text Example

White with #492011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492011; }

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

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

background-color css

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

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

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

border-color css

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

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

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