#441810

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

Shades of Brown Pod #441810

Tints of Brown Pod #441810

Color information

#441810 (or 0x441810) is unknown color: approx Brown Pod. HEX triplet: 44, 18 and 10. RGB value is (68,24,16). Sum of RGB (Red+Green+Blue) = 68+24+16=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #441810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441810 is #BBE7EF. Grayscale: #242424. Windows color (decimal): -12314608 or 1054788. OLE color: 1054788.

HSL color Cylindrical-coordinate representation of color #441810: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441810 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB682416-
CMYK00.650.760.73
HSL9.23º61.9%16.47%-
HSV(B)9.23º76.47%26.67%-
XYZ2.81.920.71-
YUV36.24116.58150.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=62.96%
G=22.22%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68241600.650.760.739.2361.916.47
Hex4418100414C4993e10
Octal10430200101114111117620
Binary100010011000100000100000110011001001001100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441810; }

 p { color: rgb(68,24,16); }

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

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

 a { background-color: rgb(68,24,16); }

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

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

 span { border-color: rgb(68,24,16); }

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