Html Css Color HEX #491F12 Brown Pod

📋 copy color: '#491F12'

red 73 ◦ green 31 ◦ blue 18

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

Shades of Brown Pod #491F12

Tints of Brown Pod #491F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.41%

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 59.84%
G = 25.41%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#491F12 (or 0x491F12) is known color: Brown Pod. HEX triplet: 49, 1F and 12. RGB value is (73,31,18). Sum of RGB (Red+Green+Blue) = 73+31+18=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F12 is #B6E0ED. Grayscale: #2A2A2A. Windows color (decimal): -11985134 or 1187657. OLE color: 1187657.

HSL color Cylindrical-coordinate representation of color #491F12: hue angle of 14.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491F12 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 31 18 -
CMYK 0 0.58 0.75 0.71
HSL 14.18º 0.6% 0.18% -
HSV(B) 14.18º 0.75% 0.29% -
XYZ 3.35 2.44 0.87 -
YUV 42.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 73 31 18 0 0.58 0.75 0.71 14.18 0.6 0.18
Hex 49 1F 12 0 3A 4B 47 E 3C 12
Octal 111 37 22 0 72 113 107 16 74 22
Binary 1001001 11111 10010 0 111010 1001011 1000111 1110 111100 10010

Color Harmonies of #491F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F12

Black with #491F12

Text Example


Text Example

White with #491F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,18); }

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

background-color css

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

 a { background-color: rgb(73,31,18); }

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

border-color css

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

 span { border-color: rgb(73,31,18); }

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