Html Css Color HEX #491E05 Brown Pod

📋 copy color: '#491E05'

red 73 ◦ green 30 ◦ blue 5

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

Shades of Brown Pod #491E05

Tints of Brown Pod #491E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 67.59%
G = 27.78%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#491E05 (or 0x491E05) is known color: Brown Pod. HEX triplet: 49, 1E and 05. RGB value is (73,30,5). Sum of RGB (Red+Green+Blue) = 73+30+5=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491E05 is #B6E1FA. Grayscale: #282828. Windows color (decimal): -11985403 or 335433. OLE color: 335433.

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

Color convert

RGB 73 30 5 -
CMYK 0 0.59 0.93 0.71
HSL 22.06º 0.87% 0.15% -
HSV(B) 22.06º 0.93% 0.29% -
XYZ 3.24 2.36 0.43 -
YUV 40.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 73 30 5 0 0.59 0.93 0.71 22.06 0.87 0.15
Hex 49 1E 5 0 3B 5D 47 16 57 F
Octal 111 36 5 0 73 135 107 26 127 17
Binary 1001001 11110 101 0 111011 1011101 1000111 10110 1010111 1111

Color Harmonies of #491E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E05

Black with #491E05

Text Example


Text Example

White with #491E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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