Html Css Color HEX #491E04 Brown Pod

📋 copy color: '#491E04'

red 73 ◦ green 30 ◦ blue 4

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

Shades of Brown Pod #491E04

Tints of Brown Pod #491E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.74%

R = 68.22%
G = 28.04%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#491E04 (or 0x491E04) is known color: Brown Pod. HEX triplet: 49, 1E and 04. RGB value is (73,30,4). Sum of RGB (Red+Green+Blue) = 73+30+4=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 30 (12.11% from 255 or 28.04% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #491E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E04 is #B6E1FB. Grayscale: #282828. Windows color (decimal): -11985404 or 269897. OLE color: 269897.

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

Color convert

RGB 73 30 4 -
CMYK 0 0.59 0.95 0.71
HSL 22.61º 0.9% 0.15% -
HSV(B) 22.61º 0.95% 0.29% -
XYZ 3.23 2.35 0.4 -
YUV 39.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 73 30 4 0 0.59 0.95 0.71 22.61 0.9 0.15
Hex 49 1E 4 0 3B 5F 47 17 5A F
Octal 111 36 4 0 73 137 107 27 132 17
Binary 1001001 11110 100 0 111011 1011111 1000111 10111 1011010 1111

Color Harmonies of #491E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E04

Black with #491E04

Text Example


Text Example

White with #491E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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