#412310

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

Shades of Brown Pod #412310

Tints of Brown Pod #412310

Color information

#412310 (or 0x412310) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 10. RGB value is (65,35,16). Sum of RGB (Red+Green+Blue) = 65+35+16=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412310 is #BEDCEF. Grayscale: #292929. Windows color (decimal): -12508400 or 1057601. OLE color: 1057601.

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

Color convert

RGB653516-
CMYK00.460.750.75
HSL23.27º60.49%15.88%-
HSV(B)23.27º75.38%25.49%-
XYZ2.872.360.79-
YUV41.8113.44144.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=56.03%
G=30.17%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351600.460.750.7523.2760.4915.88
Hex41231002E4B4B173c10
Octal1014320056113113277420
Binary1000001100011100000101110100101110010111011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412310; }

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

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

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

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

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

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

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

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