Html Css Color HEX #491604 Brown Pod

📋 copy color: '#491604'

red 73 ◦ green 22 ◦ blue 4

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

Shades of Brown Pod #491604

Tints of Brown Pod #491604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.22%

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

R = 73.74%
G = 22.22%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#491604 (or 0x491604) is known color: Brown Pod. HEX triplet: 49, 16 and 04. RGB value is (73,22,4). Sum of RGB (Red+Green+Blue) = 73+22+4=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #491604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491604 is #B6E9FB. Grayscale: #232323. Windows color (decimal): -11987452 or 267849. OLE color: 267849.

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

Color convert

RGB 73 22 4 -
CMYK 0 0.70 0.95 0.71
HSL 15.65º 0.9% 0.15% -
HSV(B) 15.65º 0.95% 0.29% -
XYZ 3.06 2 0.34 -
YUV 35.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 73 22 4 0 0.70 0.95 0.71 15.65 0.9 0.15
Hex 49 16 4 0 46 5F 47 10 5A F
Octal 111 26 4 0 106 137 107 20 132 17
Binary 1001001 10110 100 0 1000110 1011111 1000111 10000 1011010 1111

Color Harmonies of #491604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491604

Black with #491604

Text Example


Text Example

White with #491604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491604; }

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

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

background-color css

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

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

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

border-color css

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

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

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