#412114

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

Shades of Brown Pod #412114

Tints of Brown Pod #412114

Color information

#412114 (or 0x412114) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 14. RGB value is (65,33,20). Sum of RGB (Red+Green+Blue) = 65+33+20=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412114 is #BEDEEB. Grayscale: #292929. Windows color (decimal): -12508908 or 1319233. OLE color: 1319233.

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

Color convert

RGB653320-
CMYK00.490.690.75
HSL17.33º52.94%16.67%-
HSV(B)17.33º69.23%25.49%-
XYZ2.852.260.95-
YUV41.09116.1145.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=55.08%
G=27.97%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65332000.490.690.7517.3352.9416.67
Hex412114031454B113511
Octal1014124061105113216521
Binary1000001100001101000110001100010110010111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412114; }

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

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

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

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

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

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

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

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