Html Css Color HEX #491A14 Brown Pod

📋 copy color: '#491A14'

red 73 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #491A14

Tints of Brown Pod #491A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

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

R = 61.34%
G = 21.85%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#491A14 (or 0x491A14) is known color: Brown Pod. HEX triplet: 49, 1A and 14. RGB value is (73,26,20). Sum of RGB (Red+Green+Blue) = 73+26+20=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #491A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A14 is #B6E5EB. Grayscale: #272727. Windows color (decimal): -11986412 or 1317449. OLE color: 1317449.

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

Color convert

RGB 73 26 20 -
CMYK 0 0.64 0.73 0.71
HSL 6.79º 0.57% 0.18% -
HSV(B) 6.79º 0.73% 0.29% -
XYZ 3.24 2.21 0.92 -
YUV 39.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 73 26 20 0 0.64 0.73 0.71 6.79 0.57 0.18
Hex 49 1A 14 0 40 49 47 7 39 12
Octal 111 32 24 0 100 111 107 7 71 22
Binary 1001001 11010 10100 0 1000000 1001001 1000111 111 111001 10010

Color Harmonies of #491A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A14

Black with #491A14

Text Example


Text Example

White with #491A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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