#412318

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

Shades of Brown Pod #412318

Tints of Brown Pod #412318

Color information

#412318 (or 0x412318) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 18. RGB value is (65,35,24). Sum of RGB (Red+Green+Blue) = 65+35+24=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412318 is #BEDCE7. Grayscale: #2A2A2A. Windows color (decimal): -12508392 or 1581889. OLE color: 1581889.

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

Color convert

RGB653524-
CMYK00.460.630.75
HSL16.1º46.07%17.45%-
HSV(B)16.1º63.08%25.49%-
XYZ2.952.391.17-
YUV42.72117.44143.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=52.42%
G=28.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65352400.460.630.7516.146.0717.45
Hex41231802E3F4B102e11
Octal101433005677113205621
Binary100000110001111000010111011111110010111000010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412318; }

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

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

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

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

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

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

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

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