#412013

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

Shades of Brown Pod #412013

Tints of Brown Pod #412013

Color information

#412013 (or 0x412013) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 13. RGB value is (65,32,19). Sum of RGB (Red+Green+Blue) = 65+32+19=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412013 is #BEDFEC. Grayscale: #282828. Windows color (decimal): -12509165 or 1253441. OLE color: 1253441.

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

Color convert

RGB653219-
CMYK00.510.710.75
HSL16.96º54.76%16.47%-
HSV(B)16.96º70.77%25.49%-
XYZ2.812.20.89-
YUV40.38115.93145.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=56.03%
G=27.59%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65321900.510.710.7516.9654.7616.47
Hex412013033474B113710
Octal1014023063107113216720
Binary1000001100000100110110011100011110010111000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412013; }

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

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

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

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

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

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

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

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