Html Css Color HEX #492219 Brown Pod

📋 copy color: '#492219'

red 73 ◦ green 34 ◦ blue 25

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

Shades of Brown Pod #492219

Tints of Brown Pod #492219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 55.3%
G = 25.76%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492219 (or 0x492219) is known color: Brown Pod. HEX triplet: 49, 22 and 19. RGB value is (73,34,25). Sum of RGB (Red+Green+Blue) = 73+34+25=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492219 is #B6DDE6. Grayscale: #2C2C2C. Windows color (decimal): -11984359 or 1647177. OLE color: 1647177.

HSL color Cylindrical-coordinate representation of color #492219: hue angle of 11.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492219 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 25 -
CMYK 0 0.53 0.66 0.71
HSL 11.25º 0.49% 0.19% -
HSV(B) 11.25º 0.66% 0.29% -
XYZ 3.5 2.63 1.24 -
YUV 44.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 73 34 25 0 0.53 0.66 0.71 11.25 0.49 0.19
Hex 49 22 19 0 35 42 47 B 31 13
Octal 111 42 31 0 65 102 107 13 61 23
Binary 1001001 100010 11001 0 110101 1000010 1000111 1011 110001 10011

Color Harmonies of #492219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492219

Black with #492219

Text Example


Text Example

White with #492219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492219; }

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

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

background-color css

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

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

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

border-color css

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

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

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