Html Css Color HEX #492207 Brown Pod

📋 copy color: '#492207'

red 73 ◦ green 34 ◦ blue 7

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

Shades of Brown Pod #492207

Tints of Brown Pod #492207

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

 BLUE value IS 7 (3.13% from 255) = 6.14%

R = 64.04%
G = 29.82%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#492207 (or 0x492207) is known color: Brown Pod. HEX triplet: 49, 22 and 07. RGB value is (73,34,7). Sum of RGB (Red+Green+Blue) = 73+34+7=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #492207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492207 is #B6DDF8. Grayscale: #2A2A2A. Windows color (decimal): -11984377 or 467529. OLE color: 467529.

HSL color Cylindrical-coordinate representation of color #492207: hue angle of 24.55º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #492207 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 7 -
CMYK 0 0.53 0.90 0.71
HSL 24.55º 0.83% 0.16% -
HSV(B) 24.55º 0.9% 0.29% -
XYZ 3.36 2.58 0.52 -
YUV 42.58 107.92 149.7 -
System Red Green Blue C M Y K H S L
Decimal 73 34 7 0 0.53 0.90 0.71 24.55 0.83 0.16
Hex 49 22 7 0 35 5A 47 19 52 10
Octal 111 42 7 0 65 132 107 31 122 20
Binary 1001001 100010 111 0 110101 1011010 1000111 11001 1010010 10000

Color Harmonies of #492207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492207

Black with #492207

Text Example


Text Example

White with #492207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492207; }

 p { color: rgb(73,34,7); }

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

background-color css

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

 a { background-color: rgb(73,34,7); }

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

border-color css

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

 span { border-color: rgb(73,34,7); }

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