#331406

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

Shades of Brown Pod #331406

Tints of Brown Pod #331406

Color information

#331406 (or 0x331406) is unknown color: approx Brown Pod. HEX triplet: 33, 14 and 06. RGB value is (51,20,6). Sum of RGB (Red+Green+Blue) = 51+20+6=77 (10% of max value = 765). Red value is 51 (20.31% from 255 or 66.23% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 51 - color contains mainly: red. Hex color #331406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331406 is #CCEBF9. Grayscale: #1B1B1B. Windows color (decimal): -13429754 or 398387. OLE color: 398387.

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

Color convert

RGB51206-
CMYK00.610.880.8
HSL18.67º78.95%11.18%-
HSV(B)18.67º88.24%20%-
XYZ1.651.220.32-
YUV27.67115.77144.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 66.23%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=66.23%
G=25.97%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5120600.610.880.818.6778.9511.18
Hex3314603D5850134fb
Octal632460751301202311713
Binary110011101001100111101101100010100001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331406; }

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

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

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

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

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

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

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

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