Html Css Color HEX #492406 Brown Pod

📋 copy color: '#492406'

red 73 ◦ green 36 ◦ blue 6

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

Shades of Brown Pod #492406

Tints of Brown Pod #492406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

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

R = 63.48%
G = 31.3%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#492406 (or 0x492406) is known color: Brown Pod. HEX triplet: 49, 24 and 06. RGB value is (73,36,6). Sum of RGB (Red+Green+Blue) = 73+36+6=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #492406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492406 is #B6DBF9. Grayscale: #2B2B2B. Windows color (decimal): -11983866 or 402505. OLE color: 402505.

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

Color convert

RGB 73 36 6 -
CMYK 0 0.51 0.92 0.71
HSL 26.87º 0.85% 0.15% -
HSV(B) 26.87º 0.92% 0.29% -
XYZ 3.41 2.69 0.51 -
YUV 43.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 73 36 6 0 0.51 0.92 0.71 26.87 0.85 0.15
Hex 49 24 6 0 33 5C 47 1B 55 F
Octal 111 44 6 0 63 134 107 33 125 17
Binary 1001001 100100 110 0 110011 1011100 1000111 11011 1010101 1111

Color Harmonies of #492406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492406

Black with #492406

Text Example


Text Example

White with #492406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492406; }

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

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

background-color css

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

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

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

border-color css

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

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

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