Html Css Color HEX #491811 Brown Pod

📋 copy color: '#491811'

red 73 ◦ green 24 ◦ blue 17

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

Shades of Brown Pod #491811

Tints of Brown Pod #491811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.05%

 BLUE value IS 17 (7.03% from 255) = 14.91%

R = 64.04%
G = 21.05%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#491811 (or 0x491811) is known color: Brown Pod. HEX triplet: 49, 18 and 11. RGB value is (73,24,17). Sum of RGB (Red+Green+Blue) = 73+24+17=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491811 is #B6E7EE. Grayscale: #252525. Windows color (decimal): -11986927 or 1120329. OLE color: 1120329.

HSL color Cylindrical-coordinate representation of color #491811: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491811 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 17 -
CMYK 0 0.67 0.77 0.71
HSL 7.5º 0.62% 0.18% -
HSV(B) 7.5º 0.77% 0.29% -
XYZ 3.18 2.11 0.77 -
YUV 37.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 73 24 17 0 0.67 0.77 0.71 7.5 0.62 0.18
Hex 49 18 11 0 43 4D 47 8 3E 12
Octal 111 30 21 0 103 115 107 10 76 22
Binary 1001001 11000 10001 0 1000011 1001101 1000111 1000 111110 10010

Color Harmonies of #491811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491811

Black with #491811

Text Example


Text Example

White with #491811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491811; }

 p { color: rgb(73,24,17); }

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

background-color css

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

 a { background-color: rgb(73,24,17); }

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

border-color css

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

 span { border-color: rgb(73,24,17); }

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