#412018

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

Shades of Brown Pod #412018

Tints of Brown Pod #412018

Color information

#412018 (or 0x412018) is unknown color: approx Brown Pod. HEX triplet: 41, 20 and 18. RGB value is (65,32,24). Sum of RGB (Red+Green+Blue) = 65+32+24=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412018 is #BEDFE7. Grayscale: #292929. Windows color (decimal): -12509160 or 1581121. OLE color: 1581121.

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

Color convert

RGB653224-
CMYK00.510.630.75
HSL11.71º46.07%17.45%-
HSV(B)11.71º63.08%25.49%-
XYZ2.862.221.14-
YUV40.95118.43145.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=53.72%
G=26.45%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65322400.510.630.7511.7146.0717.45
Hex4120180333F4Bc2e11
Octal101403006377113145621
Binary10000011000001100001100111111111001011110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412018; }

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

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

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

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

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

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

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

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