#412214

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

Shades of Brown Pod #412214

Tints of Brown Pod #412214

Color information

#412214 (or 0x412214) is unknown color: approx Brown Pod. HEX triplet: 41, 22 and 14. RGB value is (65,34,20). Sum of RGB (Red+Green+Blue) = 65+34+20=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412214 is #BEDDEB. Grayscale: #292929. Windows color (decimal): -12508652 or 1319489. OLE color: 1319489.

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

Color convert

RGB653420-
CMYK00.480.690.75
HSL18.67º52.94%16.67%-
HSV(B)18.67º69.23%25.49%-
XYZ2.882.320.96-
YUV41.67115.77144.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=54.62%
G=28.57%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65342000.480.690.7518.6752.9416.67
Hex412214030454B133511
Octal1014224060105113236521
Binary1000001100010101000110000100010110010111001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412214; }

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

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

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

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

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

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

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

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