#411603

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

Shades of Brown Pod #411603

Tints of Brown Pod #411603

Color information

#411603 (or 0x411603) is unknown color: approx Brown Pod. HEX triplet: 41, 16 and 03. RGB value is (65,22,3). Sum of RGB (Red+Green+Blue) = 65+22+3=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 3 (1.56% from 255 or 3.33% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411603 is #BEE9FC. Grayscale: #202020. Windows color (decimal): -12511741 or 202305. OLE color: 202305.

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

Color convert

RGB65223-
CMYK00.660.950.75
HSL18.39º91.18%13.33%-
HSV(B)18.39º95.38%25.49%-
XYZ2.481.70.28-
YUV32.69111.25151.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 3 (1.56% from 255) = 3.33%
R=72.22%
G=24.44%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522300.660.950.7518.3991.1813.33
Hex411630425F4B125bd
Octal10126301021371132213315
Binary1000001101101101000010101111110010111001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411603; }

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

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

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

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

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

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

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

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