Html Css Color HEX #492310 Brown Pod

📋 copy color: '#492310'

red 73 ◦ green 35 ◦ blue 16

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

Shades of Brown Pod #492310

Tints of Brown Pod #492310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 58.87%
G = 28.23%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#492310 (or 0x492310) is known color: Brown Pod. HEX triplet: 49, 23 and 10. RGB value is (73,35,16). Sum of RGB (Red+Green+Blue) = 73+35+16=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #492310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492310 is #B6DCEF. Grayscale: #2C2C2C. Windows color (decimal): -11984112 or 1057609. OLE color: 1057609.

HSL color Cylindrical-coordinate representation of color #492310: hue angle of 20º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #492310 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 16 -
CMYK 0 0.52 0.78 0.71
HSL 20º 0.64% 0.17% -
HSV(B) 20º 0.78% 0.29% -
XYZ 3.44 2.66 0.82 -
YUV 44.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 73 35 16 0 0.52 0.78 0.71 20 0.64 0.17
Hex 49 23 10 0 34 4E 47 14 40 11
Octal 111 43 20 0 64 116 107 24 100 21
Binary 1001001 100011 10000 0 110100 1001110 1000111 10100 1000000 10001

Color Harmonies of #492310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492310

Black with #492310

Text Example


Text Example

White with #492310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492310; }

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

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

background-color css

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

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

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

border-color css

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

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

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