Html Css Color HEX #491A0B Brown Pod

📋 copy color: '#491A0B'

red 73 ◦ green 26 ◦ blue 11

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

Shades of Brown Pod #491A0B

Tints of Brown Pod #491A0B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.64%

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

R = 66.36%
G = 23.64%
B = 10%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#491A0B (or 0x491A0B) is known color: Brown Pod. HEX triplet: 49, 1A and 0B. RGB value is (73,26,11). Sum of RGB (Red+Green+Blue) = 73+26+11=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A0B is #B6E5F4. Grayscale: #262626. Windows color (decimal): -11986421 or 727625. OLE color: 727625.

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

Color convert

RGB 73 26 11 -
CMYK 0 0.64 0.85 0.71
HSL 14.52º 0.74% 0.16% -
HSV(B) 14.52º 0.85% 0.29% -
XYZ 3.18 2.18 0.57 -
YUV 38.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 73 26 11 0 0.64 0.85 0.71 14.52 0.74 0.16
Hex 49 1A B 0 40 55 47 F 4A 10
Octal 111 32 13 0 100 125 107 17 112 20
Binary 1001001 11010 1011 0 1000000 1010101 1000111 1111 1001010 10000

Color Harmonies of #491A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A0B

Black with #491A0B

Text Example


Text Example

White with #491A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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