#411E03

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

Shades of Brown Pod #411E03

Tints of Brown Pod #411E03

Color information

#411E03 (or 0x411E03) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 03. RGB value is (65,30,3). Sum of RGB (Red+Green+Blue) = 65+30+3=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E03 is #BEE1FC. Grayscale: #252525. Windows color (decimal): -12509693 or 204353. OLE color: 204353.

HSL color Cylindrical-coordinate representation of color #411E03: hue angle of 26.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #411E03 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB65303-
CMYK00.540.950.75
HSL26.13º91.18%13.33%-
HSV(B)26.13º95.38%25.49%-
XYZ2.662.060.34-
YUV37.39108.6147.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=66.33%
G=30.61%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6530300.540.950.7526.1391.1813.33
Hex411E30365F4B1a5bd
Octal1013630661371133213315
Binary100000111110110110110101111110010111101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E03; }

 p { color: rgb(65,30,3); }

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

<style>
 a { background-color: #411E03; }

 a { background-color: rgb(65,30,3); }

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

<style>
 span { border-color: #411E03; }

 span { border-color: rgb(65,30,3); }

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