Html Css Color HEX #492012 Brown Pod

📋 copy color: '#492012'

red 73 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #492012

Tints of Brown Pod #492012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 59.35%
G = 26.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#492012 (or 0x492012) is known color: Brown Pod. HEX triplet: 49, 20 and 12. RGB value is (73,32,18). Sum of RGB (Red+Green+Blue) = 73+32+18=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #492012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492012 is #B6DFED. Grayscale: #2A2A2A. Windows color (decimal): -11984878 or 1187913. OLE color: 1187913.

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

Color convert

RGB 73 32 18 -
CMYK 0 0.56 0.75 0.71
HSL 15.27º 0.6% 0.18% -
HSV(B) 15.27º 0.75% 0.29% -
XYZ 3.37 2.49 0.88 -
YUV 42.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 73 32 18 0 0.56 0.75 0.71 15.27 0.6 0.18
Hex 49 20 12 0 38 4B 47 F 3C 12
Octal 111 40 22 0 70 113 107 17 74 22
Binary 1001001 100000 10010 0 111000 1001011 1000111 1111 111100 10010

Color Harmonies of #492012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492012

Black with #492012

Text Example


Text Example

White with #492012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492012; }

 p { color: rgb(73,32,18); }

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

background-color css

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

 a { background-color: rgb(73,32,18); }

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

border-color css

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

 span { border-color: rgb(73,32,18); }

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