Html Css Color HEX #492316 Brown Pod

📋 copy color: '#492316'

red 73 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #492316

Tints of Brown Pod #492316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.92%

R = 56.15%
G = 26.92%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#492316 (or 0x492316) is known color: Brown Pod. HEX triplet: 49, 23 and 16. RGB value is (73,35,22). Sum of RGB (Red+Green+Blue) = 73+35+22=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492316 is #B6DCE9. Grayscale: #2C2C2C. Windows color (decimal): -11984106 or 1450825. OLE color: 1450825.

HSL color Cylindrical-coordinate representation of color #492316: hue angle of 15.29º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492316 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 35 22 -
CMYK 0 0.52 0.70 0.71
HSL 15.29º 0.54% 0.19% -
HSV(B) 15.29º 0.7% 0.29% -
XYZ 3.49 2.68 1.09 -
YUV 44.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 73 35 22 0 0.52 0.70 0.71 15.29 0.54 0.19
Hex 49 23 16 0 34 46 47 F 36 13
Octal 111 43 26 0 64 106 107 17 66 23
Binary 1001001 100011 10110 0 110100 1000110 1000111 1111 110110 10011

Color Harmonies of #492316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492316

Black with #492316

Text Example


Text Example

White with #492316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492316; }

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

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

background-color css

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

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

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

border-color css

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

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

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