#44180B

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

Shades of Brown Pod #44180B

Tints of Brown Pod #44180B

Color information

#44180B (or 0x44180B) is unknown color: approx Brown Pod. HEX triplet: 44, 18 and 0B. RGB value is (68,24,11). Sum of RGB (Red+Green+Blue) = 68+24+11=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #44180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44180B is #BBE7F4. Grayscale: #232323. Windows color (decimal): -12314613 or 727108. OLE color: 727108.

HSL color Cylindrical-coordinate representation of color #44180B: hue angle of 13.68º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44180B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB682411-
CMYK00.650.840.73
HSL13.68º72.15%15.49%-
HSV(B)13.68º83.82%26.67%-
XYZ2.771.910.54-
YUV35.67114.08151.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=66.02%
G=23.30%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68241100.650.840.7313.6872.1515.49
Hex4418B0415449e48f
Octal104301301011241111611017
Binary10001001100010110100000110101001001001111010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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