Html Css Color HEX #491E0F Brown Pod

📋 copy color: '#491E0F'

red 73 ◦ green 30 ◦ blue 15

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

Shades of Brown Pod #491E0F

Tints of Brown Pod #491E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 61.86%
G = 25.42%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#491E0F (or 0x491E0F) is known color: Brown Pod. HEX triplet: 49, 1E and 0F. RGB value is (73,30,15). Sum of RGB (Red+Green+Blue) = 73+30+15=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #491E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E0F is #B6E1F0. Grayscale: #292929. Windows color (decimal): -11985393 or 990793. OLE color: 990793.

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

Color convert

RGB 73 30 15 -
CMYK 0 0.59 0.79 0.71
HSL 15.52º 0.66% 0.17% -
HSV(B) 15.52º 0.79% 0.29% -
XYZ 3.3 2.38 0.74 -
YUV 41.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 73 30 15 0 0.59 0.79 0.71 15.52 0.66 0.17
Hex 49 1E F 0 3B 4F 47 10 42 11
Octal 111 36 17 0 73 117 107 20 102 21
Binary 1001001 11110 1111 0 111011 1001111 1000111 10000 1000010 10001

Color Harmonies of #491E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E0F

Black with #491E0F

Text Example


Text Example

White with #491E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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