#331B10

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

Shades of Brown Pod #331B10

Tints of Brown Pod #331B10

Color information

#331B10 (or 0x331B10) is unknown color: approx Brown Pod. HEX triplet: 33, 1B and 10. RGB value is (51,27,16). Sum of RGB (Red+Green+Blue) = 51+27+16=94 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.26% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 51 - color contains mainly: red. Hex color #331B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331B10 is #CCE4EF. Grayscale: #202020. Windows color (decimal): -13427952 or 1055539. OLE color: 1055539.

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

Color convert

RGB512716-
CMYK00.470.690.8
HSL18.86º52.24%13.14%-
HSV(B)18.86º68.63%20%-
XYZ1.851.530.69-
YUV32.92118.45140.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 54.26%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=54.26%
G=28.72%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51271600.470.690.818.8652.2413.14
Hex331B1002F45501334d
Octal633320057105120236415
Binary1100111101110000010111110001011010000100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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