#412418

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

Shades of Brown Pod #412418

Tints of Brown Pod #412418

Color information

#412418 (or 0x412418) is unknown color: approx Brown Pod. HEX triplet: 41, 24 and 18. RGB value is (65,36,24). Sum of RGB (Red+Green+Blue) = 65+36+24=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412418 is #BEDBE7. Grayscale: #2B2B2B. Windows color (decimal): -12508136 or 1582145. OLE color: 1582145.

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

Color convert

RGB653624-
CMYK00.450.630.75
HSL17.56º46.07%17.45%-
HSV(B)17.56º63.08%25.49%-
XYZ2.982.451.18-
YUV43.3117.11143.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=52%
G=28.8%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65362400.450.630.7517.5646.0717.45
Hex41241802D3F4B122e11
Octal101443005577113225621
Binary100000110010011000010110111111110010111001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412418; }

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

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

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

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

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

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

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

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