#331D10

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

Shades of Brown Pod #331D10

Tints of Brown Pod #331D10

Color information

#331D10 (or 0x331D10) is unknown color: approx Brown Pod. HEX triplet: 33, 1D and 10. RGB value is (51,29,16). Sum of RGB (Red+Green+Blue) = 51+29+16=96 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.12% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 51 - color contains mainly: red. Hex color #331D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D10 is #CCE2EF. Grayscale: #222222. Windows color (decimal): -13427440 or 1056051. OLE color: 1056051.

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

Color convert

RGB512916-
CMYK00.430.690.8
HSL22.29º52.24%13.14%-
HSV(B)22.29º68.63%20%-
XYZ1.91.620.7-
YUV34.1117.79140.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.12%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=53.12%
G=30.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51291600.430.690.822.2952.2413.14
Hex331D1002B45501634d
Octal633520053105120266415
Binary1100111110110000010101110001011010000101101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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