Html Css Color HEX #491C0B Brown Pod

📋 copy color: '#491C0B'

red 73 ◦ green 28 ◦ blue 11

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

Shades of Brown Pod #491C0B

Tints of Brown Pod #491C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25%

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

R = 65.18%
G = 25%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#491C0B (or 0x491C0B) is known color: Brown Pod. HEX triplet: 49, 1C and 0B. RGB value is (73,28,11). Sum of RGB (Red+Green+Blue) = 73+28+11=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491C0B is #B6E3F4. Grayscale: #272727. Windows color (decimal): -11985909 or 728137. OLE color: 728137.

HSL color Cylindrical-coordinate representation of color #491C0B: hue angle of 16.45º 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 #491C0B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 28 11 -
CMYK 0 0.62 0.85 0.71
HSL 16.45º 0.74% 0.16% -
HSV(B) 16.45º 0.85% 0.29% -
XYZ 3.22 2.27 0.59 -
YUV 39.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 73 28 11 0 0.62 0.85 0.71 16.45 0.74 0.16
Hex 49 1C B 0 3E 55 47 10 4A 10
Octal 111 34 13 0 76 125 107 20 112 20
Binary 1001001 11100 1011 0 111110 1010101 1000111 10000 1001010 10000

Color Harmonies of #491C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C0B

Black with #491C0B

Text Example


Text Example

White with #491C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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