#491B0C

Color #491B0C Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #491B0C

Tints of Brown Pod #491B0C

Color information

#491B0C (or 0x491B0C) is unknown color: approx Brown Pod. HEX triplet: 49, 1B and 0C. RGB value is (73,27,12). Sum of RGB (Red+Green+Blue) = 73+27+12=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #491B0C is #B6E4F3. Grayscale: #272727. Windows color (decimal): -11986164 or 793417. OLE color: 793417.

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

Color convert

RGB732712-
CMYK00.630.840.71
HSL14.75º71.76%16.67%-
HSV(B)14.75º83.56%28.63%-
XYZ3.212.230.61-
YUV39.04112.74152.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=65.18%
G=24.11%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73271200.630.840.7114.7571.7616.67
Hex491BC03F5447f4811
Octal11133140771241071711021
Binary10010011101111000111111101010010001111111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,27,12); }

 H1.HeaderClassName
 {
   color: #491B0C;
 }
 .AnyTagClassName
 {
   color: #491B0C;
 }
</style>
background-color css

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

 a { background-color: rgb(73,27,12); }

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

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

 span { border-color: rgb(73,27,12); }

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