Html Css Color HEX #492019 Brown Pod

📋 copy color: '#492019'

red 73 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #492019

Tints of Brown Pod #492019

RGB

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

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

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

R = 56.15%
G = 24.62%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492019 (or 0x492019) is known color: Brown Pod. HEX triplet: 49, 20 and 19. RGB value is (73,32,25). Sum of RGB (Red+Green+Blue) = 73+32+25=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492019 is #B6DFE6. Grayscale: #2B2B2B. Windows color (decimal): -11984871 or 1646665. OLE color: 1646665.

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

Color convert

RGB 73 32 25 -
CMYK 0 0.56 0.66 0.71
HSL 8.75º 0.49% 0.19% -
HSV(B) 8.75º 0.66% 0.29% -
XYZ 3.44 2.52 1.22 -
YUV 43.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 73 32 25 0 0.56 0.66 0.71 8.75 0.49 0.19
Hex 49 20 19 0 38 42 47 9 31 13
Octal 111 40 31 0 70 102 107 11 61 23
Binary 1001001 100000 11001 0 111000 1000010 1000111 1001 110001 10011

Color Harmonies of #492019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492019

Black with #492019

Text Example


Text Example

White with #492019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492019; }

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

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

background-color css

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

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

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

border-color css

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

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

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