#412219

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

Shades of Brown Pod #412219

Tints of Brown Pod #412219

Color information

#412219 (or 0x412219) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 19. RGB value is (65,34,25). Sum of RGB (Red+Green+Blue) = 65+34+25=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412219 is #BEDDE6. Grayscale: #2A2A2A. Windows color (decimal): -12508647 or 1647169. OLE color: 1647169.

HSL color Cylindrical-coordinate representation of color #412219: hue angle of 13.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412219 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB653425-
CMYK00.480.620.75
HSL13.5º44.44%17.65%-
HSV(B)13.5º61.54%25.49%-
XYZ2.932.341.22-
YUV42.24118.27144.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=52.42%
G=27.42%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65342500.480.620.7513.544.4417.65
Hex4122190303E4Be2c12
Octal101423106076113165422
Binary10000011000101100101100001111101001011111010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412219; }

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

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

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

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

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

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

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

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