#411F03

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

Shades of Brown Pod #411F03

Tints of Brown Pod #411F03

Color information

#411F03 (or 0x411F03) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 03. RGB value is (65,31,3). Sum of RGB (Red+Green+Blue) = 65+31+3=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F03 is #BEE0FC. Grayscale: #262626. Windows color (decimal): -12509437 or 204609. OLE color: 204609.

HSL color Cylindrical-coordinate representation of color #411F03: hue angle of 27.1º 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 #411F03 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB65313-
CMYK00.520.950.75
HSL27.1º91.18%13.33%-
HSV(B)27.1º95.38%25.49%-
XYZ2.692.110.35-
YUV37.97108.26147.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 3 (1.56% from 255) = 3.03%
R=65.66%
G=31.31%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531300.520.950.7527.191.1813.33
Hex411F30345F4B1b5bd
Octal1013730641371133313315
Binary100000111111110110100101111110010111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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