Html Css Color HEX #491F0B Brown Pod

📋 copy color: '#491F0B'

red 73 ◦ green 31 ◦ blue 11

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

Shades of Brown Pod #491F0B

Tints of Brown Pod #491F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.57%

R = 63.48%
G = 26.96%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#491F0B (or 0x491F0B) is known color: Brown Pod. HEX triplet: 49, 1F and 0B. RGB value is (73,31,11). Sum of RGB (Red+Green+Blue) = 73+31+11=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491F0B is #B6E0F4. Grayscale: #292929. Windows color (decimal): -11985141 or 728905. OLE color: 728905.

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

Color convert

RGB 73 31 11 -
CMYK 0 0.58 0.85 0.71
HSL 19.35º 0.74% 0.16% -
HSV(B) 19.35º 0.85% 0.29% -
XYZ 3.3 2.42 0.61 -
YUV 41.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 73 31 11 0 0.58 0.85 0.71 19.35 0.74 0.16
Hex 49 1F B 0 3A 55 47 13 4A 10
Octal 111 37 13 0 72 125 107 23 112 20
Binary 1001001 11111 1011 0 111010 1010101 1000111 10011 1001010 10000

Color Harmonies of #491F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F0B

Black with #491F0B

Text Example


Text Example

White with #491F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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