#331D11

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

Shades of Brown Pod #331D11

Tints of Brown Pod #331D11

Color information

#331D11 (or 0x331D11) is unknown color: approx Brown Pod. HEX triplet: 33, 1D and 11. RGB value is (51,29,17). Sum of RGB (Red+Green+Blue) = 51+29+17=97 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.58% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 51 - color contains mainly: red. Hex color #331D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D11 is #CCE2EE. Grayscale: #222222. Windows color (decimal): -13427439 or 1121587. OLE color: 1121587.

HSL color Cylindrical-coordinate representation of color #331D11: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331D11 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB512917-
CMYK00.430.670.8
HSL21.18º50%13.33%-
HSV(B)21.18º66.67%20%-
XYZ1.911.620.74-
YUV34.21118.29139.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.58%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=52.58%
G=29.90%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51291700.430.670.821.185013.33
Hex331D1102B43501532d
Octal633521053103120256215
Binary1100111110110001010101110000111010000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331D11; }

 p { color: rgb(51,29,17); }

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

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

 a { background-color: rgb(51,29,17); }

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

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

 span { border-color: rgb(51,29,17); }

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