#411403

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

Shades of Brown Pod #411403

Tints of Brown Pod #411403

Color information

#411403 (or 0x411403) is unknown color: approx Brown Pod. HEX triplet: 41, 14 and 03. RGB value is (65,20,3). Sum of RGB (Red+Green+Blue) = 65+20+3=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411403 is #BEEBFC. Grayscale: #1F1F1F. Windows color (decimal): -12512253 or 201793. OLE color: 201793.

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

Color convert

RGB65203-
CMYK00.690.950.75
HSL16.45º91.18%13.33%-
HSV(B)16.45º95.38%25.49%-
XYZ2.451.630.27-
YUV31.52111.91151.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=73.86%
G=22.73%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6520300.690.950.7516.4591.1813.33
Hex411430455F4B105bd
Octal10124301051371132013315
Binary1000001101001101000101101111110010111000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411403; }

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

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

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

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

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

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

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

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