Html Css Color HEX #491404 Brown Pod

📋 copy color: '#491404'

red 73 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #491404

Tints of Brown Pod #491404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

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

R = 75.26%
G = 20.62%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#491404 (or 0x491404) is known color: Brown Pod. HEX triplet: 49, 14 and 04. RGB value is (73,20,4). Sum of RGB (Red+Green+Blue) = 73+20+4=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #491404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491404 is #B6EBFB. Grayscale: #222222. Windows color (decimal): -11987964 or 267337. OLE color: 267337.

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

Color convert

RGB 73 20 4 -
CMYK 0 0.73 0.95 0.71
HSL 13.91º 0.9% 0.15% -
HSV(B) 13.91º 0.95% 0.29% -
XYZ 3.02 1.93 0.33 -
YUV 34.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 73 20 4 0 0.73 0.95 0.71 13.91 0.9 0.15
Hex 49 14 4 0 49 5F 47 E 5A F
Octal 111 24 4 0 111 137 107 16 132 17
Binary 1001001 10100 100 0 1001001 1011111 1000111 1110 1011010 1111

Color Harmonies of #491404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491404

Black with #491404

Text Example


Text Example

White with #491404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491404; }

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

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

background-color css

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

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

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

border-color css

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

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

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