#441303

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

Shades of Brown Pod #441303

Tints of Brown Pod #441303

Color information

#441303 (or 0x441303) is unknown color: approx Brown Pod. HEX triplet: 44, 13 and 03. RGB value is (68,19,3). Sum of RGB (Red+Green+Blue) = 68+19+3=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #441303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441303 is #BBECFC. Grayscale: #1F1F1F. Windows color (decimal): -12315901 or 201540. OLE color: 201540.

HSL color Cylindrical-coordinate representation of color #441303: hue angle of 14.77º 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 #441303 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB68193-
CMYK00.720.960.73
HSL14.77º91.55%13.92%-
HSV(B)14.77º95.59%26.67%-
XYZ2.631.70.28-
YUV31.83111.73153.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=75.56%
G=21.11%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6819300.720.960.7314.7791.5513.92
Hex441330486049f5ce
Octal10423301101401111713416
Binary100010010011110100100011000001001001111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441303; }

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

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

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

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

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

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

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

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