#441C02

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

Shades of Brown Pod #441C02

Tints of Brown Pod #441C02

Color information

#441C02 (or 0x441C02) is unknown color: approx Brown Pod. HEX triplet: 44, 1C and 02. RGB value is (68,28,2). Sum of RGB (Red+Green+Blue) = 68+28+2=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #441C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C02 is #BBE3FD. Grayscale: #252525. Windows color (decimal): -12313598 or 138308. OLE color: 138308.

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

Color convert

RGB68282-
CMYK00.590.970.73
HSL23.64º94.29%13.73%-
HSV(B)23.64º97.06%26.67%-
XYZ2.812.060.31-
YUV37108.25150.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=69.39%
G=28.57%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6828200.590.970.7323.6494.2913.73
Hex441C203B6149185ee
Octal1043420731411113013616
Binary100010011100100111011110000110010011100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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