#441808

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

Shades of Brown Pod #441808

Tints of Brown Pod #441808

Color information

#441808 (or 0x441808) is unknown color: approx Brown Pod. HEX triplet: 44, 18 and 08. RGB value is (68,24,8). Sum of RGB (Red+Green+Blue) = 68+24+8=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441808 is #BBE7F7. Grayscale: #232323. Windows color (decimal): -12314616 or 530500. OLE color: 530500.

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

Color convert

RGB68248-
CMYK00.650.880.73
HSL16º78.95%14.9%-
HSV(B)16º88.24%26.67%-
XYZ2.751.90.45-
YUV35.33112.58151.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 8 (3.52% from 255) = 8%
R=68%
G=24%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6824800.650.880.731678.9514.9
Hex441880415849104ff
Octal104301001011301112011717
Binary100010011000100001000001101100010010011000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441808; }

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

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

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

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

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

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

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

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