#441503

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

Shades of Brown Pod #441503

Tints of Brown Pod #441503

Color information

#441503 (or 0x441503) is unknown color: approx Brown Pod. HEX triplet: 44, 15 and 03. RGB value is (68,21,3). Sum of RGB (Red+Green+Blue) = 68+21+3=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #441503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441503 is #BBEAFC. Grayscale: #212121. Windows color (decimal): -12315389 or 202052. OLE color: 202052.

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

Color convert

RGB68213-
CMYK00.690.960.73
HSL16.62º91.55%13.92%-
HSV(B)16.62º95.59%26.67%-
XYZ2.671.770.29-
YUV33111.07152.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=73.91%
G=22.83%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6821300.690.960.7316.6291.5513.92
Hex441530456049115ce
Octal10425301051401112113416
Binary1000100101011101000101110000010010011000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441503; }

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

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

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

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

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

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

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

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