#412105

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

Shades of Brown Pod #412105

Tints of Brown Pod #412105

Color information

#412105 (or 0x412105) is unknown color: approx Brown Pod. HEX triplet: 41, 21 and 05. RGB value is (65,33,5). Sum of RGB (Red+Green+Blue) = 65+33+5=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #412105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412105 is #BEDEFA. Grayscale: #272727. Windows color (decimal): -12508923 or 336193. OLE color: 336193.

HSL color Cylindrical-coordinate representation of color #412105: hue angle of 28º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #412105 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65335-
CMYK00.490.920.75
HSL28º85.71%13.73%-
HSV(B)28º92.31%25.49%-
XYZ2.752.220.43-
YUV39.38108.6146.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=63.11%
G=32.04%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533500.490.920.752885.7113.73
Hex412150315C4B1c56e
Octal1014150611341133412616
Binary10000011000011010110001101110010010111110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412105; }

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

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

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

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

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

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

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

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