#411504

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

Shades of Brown Pod #411504

Tints of Brown Pod #411504

Color information

#411504 (or 0x411504) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 04. RGB value is (65,21,4). Sum of RGB (Red+Green+Blue) = 65+21+4=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411504 is #BEEAFB. Grayscale: #202020. Windows color (decimal): -12511996 or 267585. OLE color: 267585.

HSL color Cylindrical-coordinate representation of color #411504: hue angle of 16.72º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #411504 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB65214-
CMYK00.680.940.75
HSL16.72º88.41%13.53%-
HSV(B)16.72º93.85%25.49%-
XYZ2.471.670.31-
YUV32.22112.08151.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=72.22%
G=23.33%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521400.680.940.7516.7288.4113.53
Hex411540445E4B1158e
Octal10125401041361132113016
Binary10000011010110001000100101111010010111000110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411504; }

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

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

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

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

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

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

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

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