#412218

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

Shades of Brown Pod #412218

Tints of Brown Pod #412218

Color information

#412218 (or 0x412218) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 18. RGB value is (65,34,24). Sum of RGB (Red+Green+Blue) = 65+34+24=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412218 is #BEDDE7. Grayscale: #2A2A2A. Windows color (decimal): -12508648 or 1581633. OLE color: 1581633.

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

Color convert

RGB653424-
CMYK00.480.630.75
HSL14.63º46.07%17.45%-
HSV(B)14.63º63.08%25.49%-
XYZ2.922.331.16-
YUV42.13117.77144.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=52.85%
G=27.64%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65342400.480.630.7514.6346.0717.45
Hex4122180303F4Bf2e11
Octal101423006077113175621
Binary10000011000101100001100001111111001011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412218; }

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

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

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

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

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

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

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

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