#441C08

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

Shades of Brown Pod #441C08

Tints of Brown Pod #441C08

Color information

#441C08 (or 0x441C08) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 08. RGB value is (68,28,8). Sum of RGB (Red+Green+Blue) = 68+28+8=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C08 is #BBE3F7. Grayscale: #252525. Windows color (decimal): -12313592 or 531524. OLE color: 531524.

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

Color convert

RGB68288-
CMYK00.590.880.73
HSL20º78.95%14.9%-
HSV(B)20º88.24%26.67%-
XYZ2.842.080.48-
YUV37.68111.25149.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=65.38%
G=26.92%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6828800.590.880.732078.9514.9
Hex441C803B5849144ff
Octal10434100731301112411717
Binary10001001110010000111011101100010010011010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441C08; }

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

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

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

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

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

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

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

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