Html Css Color HEX #492113 Brown Pod

📋 copy color: '#492113'

red 73 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #492113

Tints of Brown Pod #492113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 58.4%
G = 26.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492113 (or 0x492113) is known color: Brown Pod. HEX triplet: 49, 21 and 13. RGB value is (73,33,19). Sum of RGB (Red+Green+Blue) = 73+33+19=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #492113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492113 is #B6DEEC. Grayscale: #2B2B2B. Windows color (decimal): -11984621 or 1253705. OLE color: 1253705.

HSL color Cylindrical-coordinate representation of color #492113: hue angle of 15.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492113 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 33 19 -
CMYK 0 0.55 0.74 0.71
HSL 15.56º 0.59% 0.18% -
HSV(B) 15.56º 0.74% 0.29% -
XYZ 3.41 2.55 0.93 -
YUV 43.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 73 33 19 0 0.55 0.74 0.71 15.56 0.59 0.18
Hex 49 21 13 0 37 4A 47 10 3B 12
Octal 111 41 23 0 67 112 107 20 73 22
Binary 1001001 100001 10011 0 110111 1001010 1000111 10000 111011 10010

Color Harmonies of #492113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492113

Black with #492113

Text Example


Text Example

White with #492113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492113; }

 p { color: rgb(73,33,19); }

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

background-color css

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

 a { background-color: rgb(73,33,19); }

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

border-color css

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

 span { border-color: rgb(73,33,19); }

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