#412414

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

Shades of Brown Pod #412414

Tints of Brown Pod #412414

Color information

#412414 (or 0x412414) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 14. RGB value is (65,36,20). Sum of RGB (Red+Green+Blue) = 65+36+20=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412414 is #BEDBEB. Grayscale: #2A2A2A. Windows color (decimal): -12508140 or 1320001. OLE color: 1320001.

HSL color Cylindrical-coordinate representation of color #412414: hue angle of 21.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412414 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB653620-
CMYK00.450.690.75
HSL21.33º52.94%16.67%-
HSV(B)21.33º69.23%25.49%-
XYZ2.942.440.98-
YUV42.85115.11143.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=53.72%
G=29.75%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362000.450.690.7521.3352.9416.67
Hex41241402D454B153511
Octal1014424055105113256521
Binary1000001100100101000101101100010110010111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412414; }

 p { color: rgb(65,36,20); }

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

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

 a { background-color: rgb(65,36,20); }

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

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

 span { border-color: rgb(65,36,20); }

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