Html Css Color HEX #492006 Brown Pod

📋 copy color: '#492006'

red 73 ◦ green 32 ◦ blue 6

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

Shades of Brown Pod #492006

Tints of Brown Pod #492006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 65.77%
G = 28.83%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#492006 (or 0x492006) is known color: Brown Pod. HEX triplet: 49, 20 and 06. RGB value is (73,32,6). Sum of RGB (Red+Green+Blue) = 73+32+6=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492006 is #B6DFF9. Grayscale: #292929. Windows color (decimal): -11984890 or 401481. OLE color: 401481.

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

Color convert

RGB 73 32 6 -
CMYK 0 0.56 0.92 0.71
HSL 23.28º 0.85% 0.15% -
HSV(B) 23.28º 0.92% 0.29% -
XYZ 3.3 2.46 0.47 -
YUV 41.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 73 32 6 0 0.56 0.92 0.71 23.28 0.85 0.15
Hex 49 20 6 0 38 5C 47 17 55 F
Octal 111 40 6 0 70 134 107 27 125 17
Binary 1001001 100000 110 0 111000 1011100 1000111 10111 1010101 1111

Color Harmonies of #492006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492006

Black with #492006

Text Example


Text Example

White with #492006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492006; }

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

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

background-color css

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

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

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

border-color css

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

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

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