Html Css Color HEX #491B16 Brown Pod

📋 copy color: '#491B16'

red 73 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #491B16

Tints of Brown Pod #491B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.13%

 BLUE value IS 22 (8.98% from 255) = 18.03%

R = 59.84%
G = 22.13%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#491B16 (or 0x491B16) is known color: Brown Pod. HEX triplet: 49, 1B and 16. RGB value is (73,27,22). Sum of RGB (Red+Green+Blue) = 73+27+22=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B16 is #B6E4E9. Grayscale: #282828. Windows color (decimal): -11986154 or 1448777. OLE color: 1448777.

HSL color Cylindrical-coordinate representation of color #491B16: hue angle of 5.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491B16 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 27 22 -
CMYK 0 0.63 0.70 0.71
HSL 5.88º 0.54% 0.19% -
HSV(B) 5.88º 0.7% 0.29% -
XYZ 3.28 2.26 1.02 -
YUV 40.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 73 27 22 0 0.63 0.70 0.71 5.88 0.54 0.19
Hex 49 1B 16 0 3F 46 47 6 36 13
Octal 111 33 26 0 77 106 107 6 66 23
Binary 1001001 11011 10110 0 111111 1000110 1000111 110 110110 10011

Color Harmonies of #491B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B16

Black with #491B16

Text Example


Text Example

White with #491B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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