#411304

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

Shades of Brown Pod #411304

Tints of Brown Pod #411304

Color information

#411304 (or 0x411304) is unknown color: approx Brown Pod. HEX triplet: 41, 13 and 04. RGB value is (65,19,4). Sum of RGB (Red+Green+Blue) = 65+19+4=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411304 is #BEECFB. Grayscale: #1F1F1F. Windows color (decimal): -12512508 or 267073. OLE color: 267073.

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

Color convert

RGB65194-
CMYK00.710.940.75
HSL14.75º88.41%13.53%-
HSV(B)14.75º93.85%25.49%-
XYZ2.431.60.3-
YUV31.04112.74152.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=73.86%
G=21.59%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6519400.710.940.7514.7588.4113.53
Hex411340475E4Bf58e
Octal10123401071361131713016
Binary1000001100111000100011110111101001011111110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411304; }

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

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

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

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

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

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

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

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