Html Css Color HEX #492514 Brown Pod

📋 copy color: '#492514'

red 73 ◦ green 37 ◦ blue 20

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

Shades of Brown Pod #492514

Tints of Brown Pod #492514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 56.15%
G = 28.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#492514 (or 0x492514) is known color: Brown Pod. HEX triplet: 49, 25 and 14. RGB value is (73,37,20). Sum of RGB (Red+Green+Blue) = 73+37+20=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492514 is #B6DAEB. Grayscale: #2D2D2D. Windows color (decimal): -11983596 or 1320265. OLE color: 1320265.

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

Color convert

RGB 73 37 20 -
CMYK 0 0.49 0.73 0.71
HSL 19.25º 0.57% 0.18% -
HSV(B) 19.25º 0.73% 0.29% -
XYZ 3.54 2.79 1.01 -
YUV 45.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 73 37 20 0 0.49 0.73 0.71 19.25 0.57 0.18
Hex 49 25 14 0 31 49 47 13 39 12
Octal 111 45 24 0 61 111 107 23 71 22
Binary 1001001 100101 10100 0 110001 1001001 1000111 10011 111001 10010

Color Harmonies of #492514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492514

Black with #492514

Text Example


Text Example

White with #492514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492514; }

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

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

background-color css

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

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

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

border-color css

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

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

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