#441C00

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

Shades of Brown Pod #441C00

Tints of Brown Pod #441C00

Color information

#441C00 (or 0x441C00) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 00. RGB value is (68,28,0). Sum of RGB (Red+Green+Blue) = 68+28+0=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #441C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C00 is #BBE3FF. Grayscale: #242424. Windows color (decimal): -12313600 or 7236. OLE color: 7236.

HSL color Cylindrical-coordinate representation of color #441C00: hue angle of 24.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #441C00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB68280-
CMYK00.5910.73
HSL24.71º100%13.33%-
HSV(B)24.71º100%26.67%-
XYZ2.82.060.25-
YUV36.77107.25150.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.83%
GREEN value IS 28 (11.33% from 255) = 29.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.83%
G=29.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6828000.5910.7324.7110013.33
Hex441C003B64491964d
Octal1043400731441113114415
Binary10001001110000111011110010010010011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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