Html Css Color HEX #491A0D Brown Pod

📋 copy color: '#491A0D'

red 73 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #491A0D

Tints of Brown Pod #491A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 65.18%
G = 23.21%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#491A0D (or 0x491A0D) is known color: Brown Pod. HEX triplet: 49, 1A and 0D. RGB value is (73,26,13). Sum of RGB (Red+Green+Blue) = 73+26+13=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491A0D is #B6E5F2. Grayscale: #262626. Windows color (decimal): -11986419 or 858697. OLE color: 858697.

HSL color Cylindrical-coordinate representation of color #491A0D: hue angle of 13º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491A0D is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 26 13 -
CMYK 0 0.64 0.82 0.71
HSL 13º 0.7% 0.17% -
HSV(B) 13º 0.82% 0.29% -
XYZ 3.19 2.18 0.63 -
YUV 38.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 73 26 13 0 0.64 0.82 0.71 13 0.7 0.17
Hex 49 1A D 0 40 52 47 D 46 11
Octal 111 32 15 0 100 122 107 15 106 21
Binary 1001001 11010 1101 0 1000000 1010010 1000111 1101 1000110 10001

Color Harmonies of #491A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A0D

Black with #491A0D

Text Example


Text Example

White with #491A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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