#44180A

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

Shades of Brown Pod #44180A

Tints of Brown Pod #44180A

Color information

#44180A (or 0x44180A) is unknown color: approx Brown Pod. HEX triplet: 44, 18 and 0A. RGB value is (68,24,10). Sum of RGB (Red+Green+Blue) = 68+24+10=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #44180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44180A is #BBE7F5. Grayscale: #232323. Windows color (decimal): -12314614 or 661572. OLE color: 661572.

HSL color Cylindrical-coordinate representation of color #44180A: hue angle of 14.48º 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 #44180A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB682410-
CMYK00.650.850.73
HSL14.48º74.36%15.29%-
HSV(B)14.48º85.29%26.67%-
XYZ2.771.90.51-
YUV35.56113.58151.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=66.67%
G=23.53%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68241000.650.850.7314.4874.3615.29
Hex4418A0415549e4af
Octal104301201011251111611217
Binary10001001100010100100000110101011001001111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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