#441305

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

Shades of Brown Pod #441305

Tints of Brown Pod #441305

Color information

#441305 (or 0x441305) is unknown color: approx Brown Pod. HEX triplet: 44, 13 and 05. RGB value is (68,19,5). Sum of RGB (Red+Green+Blue) = 68+19+5=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #441305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441305 is #BBECFA. Grayscale: #202020. Windows color (decimal): -12315899 or 332612. OLE color: 332612.

HSL color Cylindrical-coordinate representation of color #441305: hue angle of 13.33º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #441305 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB68195-
CMYK00.720.930.73
HSL13.33º86.3%14.31%-
HSV(B)13.33º92.65%26.67%-
XYZ2.641.710.33-
YUV32.06112.73153.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=73.91%
G=20.65%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6819500.720.930.7313.3386.314.31
Hex441350485D49d56e
Octal10423501101351111512616
Binary1000100100111010100100010111011001001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441305; }

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

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

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

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

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

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

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

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