#441509

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

Shades of Brown Pod #441509

Tints of Brown Pod #441509

Color information

#441509 (or 0x441509) is unknown color: approx Brown Pod. HEX triplet: 44, 15 and 09. RGB value is (68,21,9). Sum of RGB (Red+Green+Blue) = 68+21+9=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441509 is #BBEAF6. Grayscale: #212121. Windows color (decimal): -12315383 or 595268. OLE color: 595268.

HSL color Cylindrical-coordinate representation of color #441509: hue angle of 12.2º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441509 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB68219-
CMYK00.690.870.73
HSL12.2º76.62%15.1%-
HSV(B)12.2º86.76%26.67%-
XYZ2.71.780.46-
YUV33.68114.07152.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=69.39%
G=21.43%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6821900.690.870.7312.276.6215.1
Hex441590455749c4df
Octal104251101051271111411517
Binary10001001010110010100010110101111001001110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441509; }

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

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

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

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

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

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

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

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