#441508

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

Shades of Brown Pod #441508

Tints of Brown Pod #441508

Color information

#441508 (or 0x441508) is unknown color: approx Brown Pod. HEX triplet: 44, 15 and 08. RGB value is (68,21,8). Sum of RGB (Red+Green+Blue) = 68+21+8=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #441508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441508 is #BBEAF7. Grayscale: #212121. Windows color (decimal): -12315384 or 529732. OLE color: 529732.

HSL color Cylindrical-coordinate representation of color #441508: hue angle of 13º 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 #441508 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB68218-
CMYK00.690.880.73
HSL13º78.95%14.9%-
HSV(B)13º88.24%26.67%-
XYZ2.71.780.43-
YUV33.57113.57152.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 8 (3.52% from 255) = 8.25%
R=70.10%
G=21.65%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6821800.690.880.731378.9514.9
Hex441580455849d4ff
Octal104251001051301111511717
Binary10001001010110000100010110110001001001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441508; }

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

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

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

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

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

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

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

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