#412119

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

Shades of Brown Pod #412119

Tints of Brown Pod #412119

Color information

#412119 (or 0x412119) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 19. RGB value is (65,33,25). Sum of RGB (Red+Green+Blue) = 65+33+25=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412119 is #BEDEE6. Grayscale: #292929. Windows color (decimal): -12508903 or 1646913. OLE color: 1646913.

HSL color Cylindrical-coordinate representation of color #412119: hue angle of 12º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412119 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB653325-
CMYK00.490.620.75
HSL12º44.44%17.65%-
HSV(B)12º61.54%25.49%-
XYZ2.92.281.21-
YUV41.66118.6144.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=52.85%
G=26.83%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332500.490.620.751244.4417.65
Hex4121190313E4Bc2c12
Octal101413106176113145422
Binary10000011000011100101100011111101001011110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412119; }

 p { color: rgb(65,33,25); }

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

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

 a { background-color: rgb(65,33,25); }

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

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

 span { border-color: rgb(65,33,25); }

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