#411910

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

Shades of Brown Pod #411910

Tints of Brown Pod #411910

Color information

#411910 (or 0x411910) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 10. RGB value is (65,25,16). Sum of RGB (Red+Green+Blue) = 65+25+16=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411910 is #BEE6EF. Grayscale: #242424. Windows color (decimal): -12510960 or 1055041. OLE color: 1055041.

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

Color convert

RGB652516-
CMYK00.620.750.75
HSL11.02º60.49%15.88%-
HSV(B)11.02º75.38%25.49%-
XYZ2.621.860.71-
YUV35.93116.75148.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=61.32%
G=23.58%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65251600.620.750.7511.0260.4915.88
Hex41191003E4B4Bb3c10
Octal1013120076113113137420
Binary10000011100110000011111010010111001011101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411910; }

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

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

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

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

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

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

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

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