#441D12

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

Shades of Brown Pod #441D12

Tints of Brown Pod #441D12

Color information

#441D12 (or 0x441D12) is unknown color: approx Brown Pod. HEX triplet: 44, 1D and 12. RGB value is (68,29,18). Sum of RGB (Red+Green+Blue) = 68+29+18=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #441D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D12 is #BBE2ED. Grayscale: #272727. Windows color (decimal): -12313326 or 1187140. OLE color: 1187140.

HSL color Cylindrical-coordinate representation of color #441D12: hue angle of 13.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441D12 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB682918-
CMYK00.570.740.73
HSL13.2º58.14%16.86%-
HSV(B)13.2º73.53%26.67%-
XYZ2.932.150.83-
YUV39.41115.92148.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=59.13%
G=25.22%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68291800.570.740.7313.258.1416.86
Hex441D120394A49d3a11
Octal1043522071112111157221
Binary10001001110110010011100110010101001001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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