#412010

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

Shades of Brown Pod #412010

Tints of Brown Pod #412010

Color information

#412010 (or 0x412010) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 10. RGB value is (65,32,16). Sum of RGB (Red+Green+Blue) = 65+32+16=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412010 is #BEDFEF. Grayscale: #282828. Windows color (decimal): -12509168 or 1056833. OLE color: 1056833.

HSL color Cylindrical-coordinate representation of color #412010: hue angle of 19.59º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412010 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB653216-
CMYK00.510.750.75
HSL19.59º60.49%15.88%-
HSV(B)19.59º75.38%25.49%-
XYZ2.792.190.77-
YUV40.04114.43145.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=57.52%
G=28.32%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65321600.510.750.7519.5960.4915.88
Hex4120100334B4B143c10
Octal1014020063113113247420
Binary1000001100000100000110011100101110010111010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412010; }

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

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

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

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

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

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

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

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