Html Css Color HEX #491E0E Brown Pod

📋 copy color: '#491E0E'

red 73 ◦ green 30 ◦ blue 14

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

Shades of Brown Pod #491E0E

Tints of Brown Pod #491E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 62.39%
G = 25.64%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#491E0E (or 0x491E0E) is known color: Brown Pod. HEX triplet: 49, 1E and 0E. RGB value is (73,30,14). Sum of RGB (Red+Green+Blue) = 73+30+14=117 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.39% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 73 - color contains mainly: red. Hex color #491E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E0E is #B6E1F1. Grayscale: #292929. Windows color (decimal): -11985394 or 925257. OLE color: 925257.

HSL color Cylindrical-coordinate representation of color #491E0E: hue angle of 16.27º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491E0E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 30 14 -
CMYK 0 0.59 0.81 0.71
HSL 16.27º 0.68% 0.17% -
HSV(B) 16.27º 0.81% 0.29% -
XYZ 3.29 2.38 0.7 -
YUV 41.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 73 30 14 0 0.59 0.81 0.71 16.27 0.68 0.17
Hex 49 1E E 0 3B 51 47 10 44 11
Octal 111 36 16 0 73 121 107 20 104 21
Binary 1001001 11110 1110 0 111011 1010001 1000111 10000 1000100 10001

Color Harmonies of #491E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E0E

Black with #491E0E

Text Example


Text Example

White with #491E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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