#412313

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

Shades of Brown Pod #412313

Tints of Brown Pod #412313

Color information

#412313 (or 0x412313) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 13. RGB value is (65,35,19). Sum of RGB (Red+Green+Blue) = 65+35+19=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412313 is #BEDCEC. Grayscale: #2A2A2A. Windows color (decimal): -12508397 or 1254209. OLE color: 1254209.

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

Color convert

RGB653519-
CMYK00.460.710.75
HSL20.87º54.76%16.47%-
HSV(B)20.87º70.77%25.49%-
XYZ2.92.370.92-
YUV42.15114.94144.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=54.62%
G=29.41%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351900.460.710.7520.8754.7616.47
Hex41231302E474B153710
Octal1014323056107113256720
Binary1000001100011100110101110100011110010111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412313; }

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

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

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

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

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

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

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

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