Html Css Color HEX #492313 Brown Pod

📋 copy color: '#492313'

red 73 ◦ green 35 ◦ blue 19

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

Shades of Brown Pod #492313

Tints of Brown Pod #492313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.56%

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

R = 57.48%
G = 27.56%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492313 (or 0x492313) is known color: Brown Pod. HEX triplet: 49, 23 and 13. RGB value is (73,35,19). Sum of RGB (Red+Green+Blue) = 73+35+19=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492313 is #B6DCEC. Grayscale: #2C2C2C. Windows color (decimal): -11984109 or 1254217. OLE color: 1254217.

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

Color convert

RGB 73 35 19 -
CMYK 0 0.52 0.74 0.71
HSL 17.78º 0.59% 0.18% -
HSV(B) 17.78º 0.74% 0.29% -
XYZ 3.47 2.67 0.95 -
YUV 44.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 73 35 19 0 0.52 0.74 0.71 17.78 0.59 0.18
Hex 49 23 13 0 34 4A 47 12 3B 12
Octal 111 43 23 0 64 112 107 22 73 22
Binary 1001001 100011 10011 0 110100 1001010 1000111 10010 111011 10010

Color Harmonies of #492313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492313

Black with #492313

Text Example


Text Example

White with #492313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492313; }

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

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

background-color css

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

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

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

border-color css

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

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

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