#331B11

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

Shades of Brown Pod #331B11

Tints of Brown Pod #331B11

Color information

#331B11 (or 0x331B11) is unknown color: approx Brown Pod. HEX triplet: 33, 1B and 11. RGB value is (51,27,17). Sum of RGB (Red+Green+Blue) = 51+27+17=95 (12% of max value = 765). Red value is 51 (20.31% from 255 or 53.68% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 51 - color contains mainly: red. Hex color #331B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B11 is #CCE4EE. Grayscale: #212121. Windows color (decimal): -13427951 or 1121075. OLE color: 1121075.

HSL color Cylindrical-coordinate representation of color #331B11: hue angle of 17.65º 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 #331B11 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB512717-
CMYK00.470.670.8
HSL17.65º50%13.33%-
HSV(B)17.65º66.67%20%-
XYZ1.861.530.73-
YUV33.04118.95140.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 53.68%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=53.68%
G=28.42%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51271700.470.670.817.655013.33
Hex331B1102F43501232d
Octal633321057103120226215
Binary1100111101110001010111110000111010000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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