#412311

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

Shades of Brown Pod #412311

Tints of Brown Pod #412311

Color information

#412311 (or 0x412311) is unknown color: approx Brown Pod. HEX triplet: 41, 23 and 11. RGB value is (65,35,17). Sum of RGB (Red+Green+Blue) = 65+35+17=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412311 is #BEDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12508399 or 1123137. OLE color: 1123137.

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

Color convert

RGB653517-
CMYK00.460.740.75
HSL22.5º58.54%16.08%-
HSV(B)22.5º73.85%25.49%-
XYZ2.882.370.84-
YUV41.92113.94144.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=55.56%
G=29.91%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65351700.460.740.7522.558.5416.08
Hex41231102E4A4B163b10
Octal1014321056112113267320
Binary1000001100011100010101110100101010010111011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412311; }

 p { color: rgb(65,35,17); }

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

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

 a { background-color: rgb(65,35,17); }

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

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

 span { border-color: rgb(65,35,17); }

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