#411D0C

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

Shades of Brown Pod #411D0C

Tints of Brown Pod #411D0C

Color information

#411D0C (or 0x411D0C) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 0C. RGB value is (65,29,12). Sum of RGB (Red+Green+Blue) = 65+29+12=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D0C is #BEE2F3. Grayscale: #252525. Windows color (decimal): -12509940 or 793921. OLE color: 793921.

HSL color Cylindrical-coordinate representation of color #411D0C: hue angle of 19.25º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411D0C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB652912-
CMYK00.550.820.75
HSL19.25º68.83%15.1%-
HSV(B)19.25º81.54%25.49%-
XYZ2.692.030.6-
YUV37.83113.43147.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 12 (5.08% from 255) = 11.32%
R=61.32%
G=27.36%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65291200.550.820.7519.2568.8315.1
Hex411DC037524B1345f
Octal10135140671221132310517
Binary10000011110111000110111101001010010111001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,12); }

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

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

 a { background-color: rgb(65,29,12); }

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

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

 span { border-color: rgb(65,29,12); }

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