Html Css Color HEX #491D0B Brown Pod

📋 copy color: '#491D0B'

red 73 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #491D0B

Tints of Brown Pod #491D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.66%

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

R = 64.6%
G = 25.66%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#491D0B (or 0x491D0B) is known color: Brown Pod. HEX triplet: 49, 1D and 0B. RGB value is (73,29,11). Sum of RGB (Red+Green+Blue) = 73+29+11=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #491D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491D0B is #B6E2F4. Grayscale: #282828. Windows color (decimal): -11985653 or 728393. OLE color: 728393.

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

Color convert

RGB 73 29 11 -
CMYK 0 0.60 0.85 0.71
HSL 17.42º 0.74% 0.16% -
HSV(B) 17.42º 0.85% 0.29% -
XYZ 3.25 2.32 0.59 -
YUV 40.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 73 29 11 0 0.60 0.85 0.71 17.42 0.74 0.16
Hex 49 1D B 0 3C 55 47 11 4A 10
Octal 111 35 13 0 74 125 107 21 112 20
Binary 1001001 11101 1011 0 111100 1010101 1000111 10001 1001010 10000

Color Harmonies of #491D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D0B

Black with #491D0B

Text Example


Text Example

White with #491D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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