Html Css Color HEX #492215 Brown Pod

📋 copy color: '#492215'

red 73 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #492215

Tints of Brown Pod #492215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 57.03%
G = 26.56%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492215 (or 0x492215) is known color: Brown Pod. HEX triplet: 49, 22 and 15. RGB value is (73,34,21). Sum of RGB (Red+Green+Blue) = 73+34+21=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #492215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492215 is #B6DDEA. Grayscale: #2C2C2C. Windows color (decimal): -11984363 or 1385033. OLE color: 1385033.

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

Color convert

RGB 73 34 21 -
CMYK 0 0.53 0.71 0.71
HSL 15º 0.55% 0.18% -
HSV(B) 15º 0.71% 0.29% -
XYZ 3.46 2.61 1.03 -
YUV 44.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 73 34 21 0 0.53 0.71 0.71 15 0.55 0.18
Hex 49 22 15 0 35 47 47 F 37 12
Octal 111 42 25 0 65 107 107 17 67 22
Binary 1001001 100010 10101 0 110101 1000111 1000111 1111 110111 10010

Color Harmonies of #492215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492215

Black with #492215

Text Example


Text Example

White with #492215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492215; }

 p { color: rgb(73,34,21); }

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

background-color css

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

 a { background-color: rgb(73,34,21); }

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

border-color css

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

 span { border-color: rgb(73,34,21); }

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