#441F02

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

Shades of Brown Pod #441F02

Tints of Brown Pod #441F02

Color information

#441F02 (or 0x441F02) is unknown color: approx Brown Pod. HEX triplet: 44, 1F and 02. RGB value is (68,31,2). Sum of RGB (Red+Green+Blue) = 68+31+2=101 (13% of max value = 765). Red value is 68 (26.95% from 255 or 67.33% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 68 - color contains mainly: red. Hex color #441F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F02 is #BBE0FD. Grayscale: #262626. Windows color (decimal): -12312830 or 139076. OLE color: 139076.

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

Color convert

RGB68312-
CMYK00.540.970.73
HSL26.36º94.29%13.73%-
HSV(B)26.36º97.06%26.67%-
XYZ2.882.210.33-
YUV38.76107.26148.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 67.33%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=67.33%
G=30.69%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6831200.540.970.7326.3694.2913.73
Hex441F203661491a5ee
Octal1043720661411113213616
Binary100010011111100110110110000110010011101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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