#441C10

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

Shades of Brown Pod #441C10

Tints of Brown Pod #441C10

Color information

#441C10 (or 0x441C10) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 10. RGB value is (68,28,16). Sum of RGB (Red+Green+Blue) = 68+28+16=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C10 is #BBE3EF. Grayscale: #262626. Windows color (decimal): -12313584 or 1055812. OLE color: 1055812.

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

Color convert

RGB682816-
CMYK00.590.760.73
HSL13.85º61.9%16.47%-
HSV(B)13.85º76.47%26.67%-
XYZ2.892.10.74-
YUV38.59115.25148.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=60.71%
G=25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68281600.590.760.7313.8561.916.47
Hex441C1003B4C49e3e10
Octal1043420073114111167620
Binary10001001110010000011101110011001001001111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,28,16); }

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

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

 a { background-color: rgb(68,28,16); }

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

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

 span { border-color: rgb(68,28,16); }

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