#441B0D

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

Shades of Brown Pod #441B0D

Tints of Brown Pod #441B0D

Color information

#441B0D (or 0x441B0D) is unknown color: approx Brown Pod. HEX triplet: 44, 1B and 0D. RGB value is (68,27,13). Sum of RGB (Red+Green+Blue) = 68+27+13=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441B0D is #BBE4F2. Grayscale: #252525. Windows color (decimal): -12313843 or 858948. OLE color: 858948.

HSL color Cylindrical-coordinate representation of color #441B0D: hue angle of 15.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441B0D is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB682713-
CMYK00.600.810.73
HSL15.27º67.9%15.88%-
HSV(B)15.27º80.88%26.67%-
XYZ2.852.040.62-
YUV37.66114.08149.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 27 (10.94% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=62.96%
G=25%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68271300.600.810.7315.2767.915.88
Hex441BD03C5149f4410
Octal10433150741211111710420
Binary10001001101111010111100101000110010011111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441B0D; }

 p { color: rgb(68,27,13); }

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

<style>
 a { background-color: #441B0D; }

 a { background-color: rgb(68,27,13); }

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

<style>
 span { border-color: #441B0D; }

 span { border-color: rgb(68,27,13); }

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