#412518

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

Shades of Brown Pod #412518

Tints of Brown Pod #412518

Color information

#412518 (or 0x412518) is unknown color: approx Brown Pod. HEX triplet: 41, 25 and 18. RGB value is (65,37,24). Sum of RGB (Red+Green+Blue) = 65+37+24=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412518 is #BEDAE7. Grayscale: #2B2B2B. Windows color (decimal): -12507880 or 1582401. OLE color: 1582401.

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

Color convert

RGB653724-
CMYK00.430.630.75
HSL19.02º46.07%17.45%-
HSV(B)19.02º63.08%25.49%-
XYZ3.012.511.19-
YUV43.89116.78143.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=51.59%
G=29.37%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65372400.430.630.7519.0246.0717.45
Hex41251802B3F4B132e11
Octal101453005377113235621
Binary100000110010111000010101111111110010111001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412518; }

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

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

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

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

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

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

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

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