#411810

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

Shades of Brown Pod #411810

Tints of Brown Pod #411810

Color information

#411810 (or 0x411810) is unknown color: approx Brown Pod. HEX triplet: 41, 18 and 10. RGB value is (65,24,16). Sum of RGB (Red+Green+Blue) = 65+24+16=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411810 is #BEE7EF. Grayscale: #232323. Windows color (decimal): -12511216 or 1054785. OLE color: 1054785.

HSL color Cylindrical-coordinate representation of color #411810: hue angle of 9.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411810 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB652416-
CMYK00.630.750.75
HSL9.8º60.49%15.88%-
HSV(B)9.8º75.38%25.49%-
XYZ2.61.810.7-
YUV35.35117.08149.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=61.90%
G=22.86%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65241600.630.750.759.860.4915.88
Hex41181003F4B4Ba3c10
Octal1013020077113113127420
Binary10000011100010000011111110010111001011101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411810; }

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

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

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

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

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

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

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

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