#331906

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

Shades of Brown Pod #331906

Tints of Brown Pod #331906

Color information

#331906 (or 0x331906) is unknown color: approx Brown Pod. HEX triplet: 33, 19 and 06. RGB value is (51,25,6). Sum of RGB (Red+Green+Blue) = 51+25+6=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #331906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331906 is #CCE6F9. Grayscale: #1E1E1E. Windows color (decimal): -13428474 or 399667. OLE color: 399667.

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

Color convert

RGB51256-
CMYK00.510.880.8
HSL25.33º78.95%11.18%-
HSV(B)25.33º88.24%20%-
XYZ1.751.410.35-
YUV30.61114.11142.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 62.20%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 6 (2.73% from 255) = 7.32%
R=62.20%
G=30.49%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5125600.510.880.825.3378.9511.18
Hex331960335850194fb
Octal633160631301203111713
Binary110011110011100110011101100010100001100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331906; }

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

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

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

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

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

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

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

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