Html Css Color HEX #491704 Brown Pod

📋 copy color: '#491704'

red 73 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #491704

Tints of Brown Pod #491704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23%

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

R = 73%
G = 23%
B = 4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#491704 (or 0x491704) is known color: Brown Pod. HEX triplet: 49, 17 and 04. RGB value is (73,23,4). Sum of RGB (Red+Green+Blue) = 73+23+4=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #491704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491704 is #B6E8FB. Grayscale: #232323. Windows color (decimal): -11987196 or 268105. OLE color: 268105.

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

Color convert

RGB 73 23 4 -
CMYK 0 0.68 0.95 0.71
HSL 16.52º 0.9% 0.15% -
HSV(B) 16.52º 0.95% 0.29% -
XYZ 3.08 2.04 0.35 -
YUV 35.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 73 23 4 0 0.68 0.95 0.71 16.52 0.9 0.15
Hex 49 17 4 0 44 5F 47 11 5A F
Octal 111 27 4 0 104 137 107 21 132 17
Binary 1001001 10111 100 0 1000100 1011111 1000111 10001 1011010 1111

Color Harmonies of #491704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491704

Black with #491704

Text Example


Text Example

White with #491704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491704; }

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

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

background-color css

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

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

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

border-color css

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

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

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