#411503

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

Shades of Brown Pod #411503

Tints of Brown Pod #411503

Color information

#411503 (or 0x411503) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 03. RGB value is (65,21,3). Sum of RGB (Red+Green+Blue) = 65+21+3=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #411503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411503 is #BEEAFC. Grayscale: #202020. Windows color (decimal): -12511997 or 202049. OLE color: 202049.

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

Color convert

RGB65213-
CMYK00.680.950.75
HSL17.42º91.18%13.33%-
HSV(B)17.42º95.38%25.49%-
XYZ2.461.670.28-
YUV32.1111.58151.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.03%
GREEN value IS 21 (8.59% from 255) = 23.60%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=73.03%
G=23.60%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521300.680.950.7517.4291.1813.33
Hex411530445F4B115bd
Octal10125301041371132113315
Binary1000001101011101000100101111110010111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411503; }

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

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

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

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

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

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

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

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