#331911

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

Shades of Brown Pod #331911

Tints of Brown Pod #331911

Color information

#331911 (or 0x331911) is unknown color: approx Brown Pod. HEX triplet: 33, 19 and 11. RGB value is (51,25,17). Sum of RGB (Red+Green+Blue) = 51+25+17=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331911 is #CCE6EE. Grayscale: #1F1F1F. Windows color (decimal): -13428463 or 1120563. OLE color: 1120563.

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

Color convert

RGB512517-
CMYK00.510.670.8
HSL14.12º50%13.33%-
HSV(B)14.12º66.67%20%-
XYZ1.811.440.71-
YUV31.86119.61141.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.84%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=54.84%
G=26.88%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51251700.510.670.814.125013.33
Hex3319110334350e32d
Octal633121063103120166215
Binary110011110011000101100111000011101000011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331911; }

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

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

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

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

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

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

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

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