#411903

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

Shades of Brown Pod #411903

Tints of Brown Pod #411903

Color information

#411903 (or 0x411903) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 03. RGB value is (65,25,3). Sum of RGB (Red+Green+Blue) = 65+25+3=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411903 is #BEE6FC. Grayscale: #222222. Windows color (decimal): -12510973 or 203073. OLE color: 203073.

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

Color convert

RGB65253-
CMYK00.620.950.75
HSL21.29º91.18%13.33%-
HSV(B)21.29º95.38%25.49%-
XYZ2.541.830.3-
YUV34.45110.25149.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 3 (1.56% from 255) = 3.23%
R=69.89%
G=26.88%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525300.620.950.7521.2991.1813.33
Hex4119303E5F4B155bd
Octal1013130761371132513315
Binary100000111001110111110101111110010111010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411903; }

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

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

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

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

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

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

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

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