#411C14

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

Shades of Brown Pod #411C14

Tints of Brown Pod #411C14

Color information

#411C14 (or 0x411C14) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 14. RGB value is (65,28,20). Sum of RGB (Red+Green+Blue) = 65+28+20=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C14 is #BEE3EB. Grayscale: #262626. Windows color (decimal): -12510188 or 1317953. OLE color: 1317953.

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

Color convert

RGB652820-
CMYK00.570.690.75
HSL10.67º52.94%16.67%-
HSV(B)10.67º69.23%25.49%-
XYZ2.7220.91-
YUV38.15117.76147.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 20 (8.20% from 255) = 17.70%
R=57.52%
G=24.78%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65282000.570.690.7510.6752.9416.67
Hex411C14039454Bb3511
Octal1013424071105113136521
Binary10000011110010100011100110001011001011101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C14; }

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

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

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

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

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

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

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

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