Html Css Color HEX #491E14 Brown Pod

📋 copy color: '#491E14'

red 73 ◦ green 30 ◦ blue 20

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

Shades of Brown Pod #491E14

Tints of Brown Pod #491E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

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

R = 59.35%
G = 24.39%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#491E14 (or 0x491E14) is known color: Brown Pod. HEX triplet: 49, 1E and 14. RGB value is (73,30,20). Sum of RGB (Red+Green+Blue) = 73+30+20=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E14 is #B6E1EB. Grayscale: #292929. Windows color (decimal): -11985388 or 1318473. OLE color: 1318473.

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

Color convert

RGB 73 30 20 -
CMYK 0 0.59 0.73 0.71
HSL 11.32º 0.57% 0.18% -
HSV(B) 11.32º 0.73% 0.29% -
XYZ 3.34 2.4 0.95 -
YUV 41.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 73 30 20 0 0.59 0.73 0.71 11.32 0.57 0.18
Hex 49 1E 14 0 3B 49 47 B 39 12
Octal 111 36 24 0 73 111 107 13 71 22
Binary 1001001 11110 10100 0 111011 1001001 1000111 1011 111001 10010

Color Harmonies of #491E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E14

Black with #491E14

Text Example


Text Example

White with #491E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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