#411601

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

Shades of Brown Pod #411601

Tints of Brown Pod #411601

Color information

#411601 (or 0x411601) is unknown color: approx Brown Pod. HEX triplet: 41, 16 and 01. RGB value is (65,22,1). Sum of RGB (Red+Green+Blue) = 65+22+1=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411601 is #BEE9FE. Grayscale: #202020. Windows color (decimal): -12511743 or 71233. OLE color: 71233.

HSL color Cylindrical-coordinate representation of color #411601: hue angle of 19.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #411601 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB65221-
CMYK00.660.980.75
HSL19.69º96.97%12.94%-
HSV(B)19.69º98.46%25.49%-
XYZ2.471.70.23-
YUV32.46110.25151.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=73.86%
G=25%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6522100.660.980.7519.6996.9712.94
Hex41161042624B1461d
Octal10126101021421132414115
Binary100000110110101000010110001010010111010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411601; }

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

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

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

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

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

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

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

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