#441D0D

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

Shades of Brown Pod #441D0D

Tints of Brown Pod #441D0D

Color information

#441D0D (or 0x441D0D) is unknown color: approx Brown Pod. HEX triplet: 44, 1D and 0D. RGB value is (68,29,13). Sum of RGB (Red+Green+Blue) = 68+29+13=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #441D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D0D is #BBE2F2. Grayscale: #262626. Windows color (decimal): -12313331 or 859460. OLE color: 859460.

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

Color convert

RGB682913-
CMYK00.570.810.73
HSL17.45º67.9%15.88%-
HSV(B)17.45º80.88%26.67%-
XYZ2.92.140.64-
YUV38.84113.42148.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=61.82%
G=26.36%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68291300.570.810.7317.4567.915.88
Hex441DD0395149114410
Octal10435150711211112110420
Binary100010011101110101110011010001100100110001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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