Html Css Color HEX #492115 Brown Pod

📋 copy color: '#492115'

red 73 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #492115

Tints of Brown Pod #492115

RGB

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

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

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

R = 57.48%
G = 25.98%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492115 (or 0x492115) is known color: Brown Pod. HEX triplet: 49, 21 and 15. RGB value is (73,33,21). Sum of RGB (Red+Green+Blue) = 73+33+21=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #492115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492115 is #B6DEEA. Grayscale: #2B2B2B. Windows color (decimal): -11984619 or 1384777. OLE color: 1384777.

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

Color convert

RGB 73 33 21 -
CMYK 0 0.55 0.71 0.71
HSL 13.85º 0.55% 0.18% -
HSV(B) 13.85º 0.71% 0.29% -
XYZ 3.43 2.56 1.02 -
YUV 43.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 73 33 21 0 0.55 0.71 0.71 13.85 0.55 0.18
Hex 49 21 15 0 37 47 47 E 37 12
Octal 111 41 25 0 67 107 107 16 67 22
Binary 1001001 100001 10101 0 110111 1000111 1000111 1110 110111 10010

Color Harmonies of #492115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492115

Black with #492115

Text Example


Text Example

White with #492115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492115; }

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

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

background-color css

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

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

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

border-color css

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

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

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