#44190A

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

Shades of Brown Pod #44190A

Tints of Brown Pod #44190A

Color information

#44190A (or 0x44190A) is unknown color: approx Brown Pod. HEX triplet: 44, 19 and 0A. RGB value is (68,25,10). Sum of RGB (Red+Green+Blue) = 68+25+10=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44190A is #BBE6F5. Grayscale: #242424. Windows color (decimal): -12314358 or 661828. OLE color: 661828.

HSL color Cylindrical-coordinate representation of color #44190A: hue angle of 15.52º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44190A is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB682510-
CMYK00.630.850.73
HSL15.52º74.36%15.29%-
HSV(B)15.52º85.29%26.67%-
XYZ2.791.950.52-
YUV36.15113.25150.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=66.02%
G=24.27%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68251000.630.850.7315.5274.3615.29
Hex4419A03F5549104af
Octal10431120771251112011217
Binary10001001100110100111111101010110010011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44190A; }

 p { color: rgb(68,25,10); }

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

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

 a { background-color: rgb(68,25,10); }

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

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

 span { border-color: rgb(68,25,10); }

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