#331506

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

Shades of Brown Pod #331506

Tints of Brown Pod #331506

Color information

#331506 (or 0x331506) is unknown color: approx Brown Pod. HEX triplet: 33, 15 and 06. RGB value is (51,21,6). Sum of RGB (Red+Green+Blue) = 51+21+6=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #331506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331506 is #CCEAF9. Grayscale: #1C1C1C. Windows color (decimal): -13429498 or 398643. OLE color: 398643.

HSL color Cylindrical-coordinate representation of color #331506: hue angle of 20º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331506 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB51216-
CMYK00.590.880.8
HSL20º78.95%11.18%-
HSV(B)20º88.24%20%-
XYZ1.671.250.33-
YUV28.26115.44144.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 65.38%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=65.38%
G=26.92%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5121600.590.880.82078.9511.18
Hex3315603B5850144fb
Octal632560731301202411713
Binary110011101011100111011101100010100001010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331506; }

 p { color: rgb(51,21,6); }

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

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

 a { background-color: rgb(51,21,6); }

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

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

 span { border-color: rgb(51,21,6); }

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