#441A0D

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

Shades of Brown Pod #441A0D

Tints of Brown Pod #441A0D

Color information

#441A0D (or 0x441A0D) is unknown color: approx Brown Pod. HEX triplet: 44, 1A and 0D. RGB value is (68,26,13). Sum of RGB (Red+Green+Blue) = 68+26+13=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #441A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A0D is #BBE5F2. Grayscale: #252525. Windows color (decimal): -12314099 or 858692. OLE color: 858692.

HSL color Cylindrical-coordinate representation of color #441A0D: hue angle of 14.18º 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 #441A0D is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB682613-
CMYK00.620.810.73
HSL14.18º67.9%15.88%-
HSV(B)14.18º80.88%26.67%-
XYZ2.8320.62-
YUV37.08114.41150.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=63.55%
G=24.30%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68261300.620.810.7314.1867.915.88
Hex441AD03E5149e4410
Octal10432150761211111610420
Binary10001001101011010111110101000110010011110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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