#441D03

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

Shades of Brown Pod #441D03

Tints of Brown Pod #441D03

Color information

#441D03 (or 0x441D03) is unknown color: approx Brown Pod. HEX triplet: 44, 1D and 03. RGB value is (68,29,3). Sum of RGB (Red+Green+Blue) = 68+29+3=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441D03 is #BBE2FC. Grayscale: #252525. Windows color (decimal): -12313341 or 204100. OLE color: 204100.

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

Color convert

RGB68293-
CMYK00.570.960.73
HSL24º91.55%13.92%-
HSV(B)24º95.59%26.67%-
XYZ2.842.110.34-
YUV37.7108.42149.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 3 (1.56% from 255) = 3%
R=68%
G=29%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6829300.570.960.732491.5513.92
Hex441D30396049185ce
Octal1043530711401113013416
Binary100010011101110111001110000010010011100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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