Html Css Color HEX #492512 Brown Pod

📋 copy color: '#492512'

red 73 ◦ green 37 ◦ blue 18

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

Shades of Brown Pod #492512

Tints of Brown Pod #492512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 57.03%
G = 28.91%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#492512 (or 0x492512) is known color: Brown Pod. HEX triplet: 49, 25 and 12. RGB value is (73,37,18). Sum of RGB (Red+Green+Blue) = 73+37+18=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #492512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492512 is #B6DAED. Grayscale: #2D2D2D. Windows color (decimal): -11983598 or 1189193. OLE color: 1189193.

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

Color convert

RGB 73 37 18 -
CMYK 0 0.49 0.75 0.71
HSL 20.73º 0.6% 0.18% -
HSV(B) 20.73º 0.75% 0.29% -
XYZ 3.52 2.78 0.92 -
YUV 45.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 73 37 18 0 0.49 0.75 0.71 20.73 0.6 0.18
Hex 49 25 12 0 31 4B 47 15 3C 12
Octal 111 45 22 0 61 113 107 25 74 22
Binary 1001001 100101 10010 0 110001 1001011 1000111 10101 111100 10010

Color Harmonies of #492512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492512

Black with #492512

Text Example


Text Example

White with #492512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492512; }

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

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

background-color css

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

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

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

border-color css

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

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

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