#412513

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

Shades of Brown Pod #412513

Tints of Brown Pod #412513

Color information

#412513 (or 0x412513) is unknown color: approx Brown Pod. HEX triplet: 41, 25 and 13. RGB value is (65,37,19). Sum of RGB (Red+Green+Blue) = 65+37+19=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412513 is #BEDAEC. Grayscale: #2B2B2B. Windows color (decimal): -12507885 or 1254721. OLE color: 1254721.

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

Color convert

RGB653719-
CMYK00.430.710.75
HSL23.48º54.76%16.47%-
HSV(B)23.48º70.77%25.49%-
XYZ2.962.490.94-
YUV43.32114.28143.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 19 (7.81% from 255) = 15.70%
R=53.72%
G=30.58%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65371900.430.710.7523.4854.7616.47
Hex41251302B474B173710
Octal1014523053107113276720
Binary1000001100101100110101011100011110010111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412513; }

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

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

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

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

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

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

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

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