#412004

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

Shades of Brown Pod #412004

Tints of Brown Pod #412004

Color information

#412004 (or 0x412004) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 04. RGB value is (65,32,4). Sum of RGB (Red+Green+Blue) = 65+32+4=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #412004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412004 is #BEDFFB. Grayscale: #262626. Windows color (decimal): -12509180 or 270401. OLE color: 270401.

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

Color convert

RGB65324-
CMYK00.510.940.75
HSL27.54º88.41%13.53%-
HSV(B)27.54º93.85%25.49%-
XYZ2.722.170.39-
YUV38.67108.43146.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=64.36%
G=31.68%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6532400.510.940.7527.5488.4113.53
Hex412040335E4B1c58e
Octal1014040631361133413016
Binary10000011000001000110011101111010010111110010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412004; }

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

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

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

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

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

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

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

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