#441E02

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

Shades of Brown Pod #441E02

Tints of Brown Pod #441E02

Color information

#441E02 (or 0x441E02) is unknown color: approx Brown Pod. HEX triplet: 44, 1E and 02. RGB value is (68,30,2). Sum of RGB (Red+Green+Blue) = 68+30+2=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #441E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441E02 is #BBE1FD. Grayscale: #262626. Windows color (decimal): -12313086 or 138820. OLE color: 138820.

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

Color convert

RGB68302-
CMYK00.560.970.73
HSL25.45º94.29%13.73%-
HSV(B)25.45º97.06%26.67%-
XYZ2.862.160.32-
YUV38.17107.59149.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 2 (1.17% from 255) = 2%
R=68%
G=30%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6830200.560.970.7325.4594.2913.73
Hex441E20386149195ee
Octal1043620701411113113616
Binary100010011110100111000110000110010011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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